Skip to content

Commit d3d3ce3

Browse files
authored
Merge pull request #19 from kosta1221/patch-1
update aws-iam-authenticator version to 0.5.7
2 parents d9ec116 + 565ae88 commit d3d3ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM amazon/aws-cli
22

33
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl && \
4-
curl -o /usr/local/bin/aws-iam-authenticator https://amazon-eks.s3-us-west-2.amazonaws.com/1.21.2/2021-07-05/bin/linux/amd64/aws-iam-authenticator && \
4+
curl -L -o /usr/local/bin/aws-iam-authenticator https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.5.7/aws-iam-authenticator_0.5.7_linux_amd64 && \
55
chmod +x /usr/local/bin/aws-iam-authenticator && \
66
chmod +x ./kubectl && \
77
mv ./kubectl /usr/bin/kubectl

0 commit comments

Comments
 (0)