Skip to content

Commit 565ae88

Browse files
authored
update aws-iam-authenticator version to 0.5.7
It has support for v1beta1 api which is needed for kubectl 1.24
1 parent 2106816 commit 565ae88

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)