Skip to content

Commit

Permalink
Merge pull request #216 from wongma7/efs-utils-bump
Browse files Browse the repository at this point in the history
Update efs-utils to 1.26-3.amzn2 and amazonlinux to 2.0.20200602.0
  • Loading branch information
k8s-ci-robot committed Jul 17, 2020
2 parents 6229165 + 0c7343d commit 69805f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ RUN go mod download
ADD . .
RUN make aws-efs-csi-driver

FROM amazonlinux:2.0.20200406.0
RUN yum install util-linux-2.30.2-2.amzn2.0.4.x86_64 amazon-efs-utils-1.24-4.amzn2.noarch -y
FROM amazonlinux:2.0.20200602.0
RUN yum install util-linux-2.30.2-2.amzn2.0.4.x86_64 amazon-efs-utils-1.26-3.amzn2.noarch -y

# At image build time, static files installed by efs-utils in the config directory, i.e. CAs file, need
# to be saved in another place so that the other stateful files created at runtime, i.e. private key for
Expand Down

0 comments on commit 69805f1

Please sign in to comment.