Merge ~ubuntu-docker-images/ubuntu-docker-images/+git/cortex:ca-certs-20.04 into ~ubuntu-docker-images/ubuntu-docker-images/+git/cortex:1.4-20.04

Proposed by Sergio Durigan Junior
Status: Merged
Merged at revision: 0bd842b7eee4be8251e28ef77efc61dc4c644f71
Proposed branch: ~ubuntu-docker-images/ubuntu-docker-images/+git/cortex:ca-certs-20.04
Merge into: ~ubuntu-docker-images/ubuntu-docker-images/+git/cortex:1.4-20.04
Diff against target: 13 lines (+1/-1)
1 file modified
oci/Dockerfile.ubuntu (+1/-1)
Reviewer Review Type Date Requested Status
Bryce Harrington Approve
Canonical Server Pending
Review via email: mp+399823@code.launchpad.net

Description of the change

Install ca-certificates in the main image so that the service can perform TLS connections.

To post a comment you must log in.
Revision history for this message
Bryce Harrington (bryce) wrote :

LGTM, +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/oci/Dockerfile.ubuntu b/oci/Dockerfile.ubuntu
2index 1727e98..e41a957 100644
3--- a/oci/Dockerfile.ubuntu
4+++ b/oci/Dockerfile.ubuntu
5@@ -33,7 +33,7 @@ COPY --from=builder /src/cortex/LICENSE /LICENSE.cortex
6 COPY --from=builder /src/cortex/docs/configuration/*.yaml /etc/cortex/
7 RUN ln -s /etc/cortex/single-process-config.yaml /etc/cortex/cortex.yaml \
8 && apt-get update \
9- && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata \
10+ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata ca-certificates \
11 && rm -rf /var/lib/apt/lists/*
12
13 EXPOSE 9009

Subscribers

People subscribed via source and target branches

to all changes: