Merge ~ubuntu-docker-images/ubuntu-docker-images/+git/cortex:ca-certs-21.04 into ~ubuntu-docker-images/ubuntu-docker-images/+git/cortex:1.7-21.04

Proposed by Sergio Durigan Junior
Status: Merged
Merged at revision: 99e9fb3ae87524b428958aff80b45ccb520e51e0
Proposed branch: ~ubuntu-docker-images/ubuntu-docker-images/+git/cortex:ca-certs-21.04
Merge into: ~ubuntu-docker-images/ubuntu-docker-images/+git/cortex:1.7-21.04
Diff against target: 12 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+399822@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 410955f..0775c33 100644
3--- a/oci/Dockerfile.ubuntu
4+++ b/oci/Dockerfile.ubuntu
5@@ -47,7 +47,7 @@ RUN set -eux; \
6 apt-get update; \
7 DEBIAN_FRONTEND=noninteractive apt full-upgrade -y; \
8 DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
9- tzdata; \
10+ tzdata ca-certificates; \
11 rm -rf /var/lib/apt/lists/*; \
12 mkdir -p /usr/share/rocks
13

Subscribers

People subscribed via source and target branches

to all changes: