Skip to content

Commit

Permalink
Upgrade to efs-utils v1.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daisuke-yoshimoto committed Mar 2, 2021
1 parent be9eddc commit 2976897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ENV EFS_CLIENT_SOURCE=$client_source
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} make aws-efs-csi-driver

FROM amazonlinux:2.0.20210126.0
RUN yum install amazon-efs-utils-1.26-3.amzn2.noarch -y
RUN yum install amazon-efs-utils-1.29.1.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 2976897

Please sign in to comment.