Skip to content

Commit

Permalink
Merge pull request #385 from wongma7/revertefsutils12
Browse files Browse the repository at this point in the history
Revert efs-utils to 1.28.2
  • Loading branch information
k8s-ci-robot committed Mar 23, 2021
2 parents 34d8654 + 733310d commit 5553490
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.20210219.0
RUN yum install amazon-efs-utils-1.29.1-1.amzn2.noarch -y
RUN yum install amazon-efs-utils-1.28.2-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 5553490

Please sign in to comment.