Skip to content

Commit

Permalink
mk: add ca-certificates to release Dockerfile
Browse files Browse the repository at this point in the history
Required for access to 'gs://', etc. Inadvertently removed when stripping
down docker image.

Issue gazette#227
  • Loading branch information
jgraettinger committed Nov 6, 2019
1 parent 625d6e6 commit 9e4a720
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

v0.84.2
=======

Add ca-certificates to release images (Issue #227)

v0.84.1
=======

Expand Down Expand Up @@ -54,4 +59,4 @@ It includes fixes cherry-picked from master since v0.82.1 was cut:
ac3a329 broker: add more context cancellation checks for log supression
35632e1 broker: proxyAppend should take AppendRequest by value (not reference)
4c6fa33 client: RouteCache should account for empty Route
ef7098e allocator: update some logging
ef7098e allocator: update some logging
1 change: 1 addition & 0 deletions mk/ci-release.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM ubuntu:18.04
RUN apt-get update -y \
&& apt-get upgrade -y \
&& apt-get install --no-install-recommends -y \
ca-certificates \
libgflags2.2 \
libjemalloc1 \
libsnappy1v5 \
Expand Down

0 comments on commit 9e4a720

Please sign in to comment.