We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf138d commit a0cbc8dCopy full SHA for a0cbc8d
Dockerfile
@@ -33,7 +33,7 @@ RUN curl -LO "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-
33
rm -rf /google-cloud-sdk/.install/.backup && \
34
gcloud version
35
36
-ARG AWS_IAM_AUTHENTICATOR_URL=https://s3.us-west-2.amazonaws.com/amazon-eks/1.21.2/2021-07-05/bin/linux/amd64/aws-iam-authenticator
+ARG AWS_IAM_AUTHENTICATOR_URL=https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.5.9/aws-iam-authenticator_0.5.9_linux_amd64
37
ADD ${AWS_IAM_AUTHENTICATOR_URL} /usr/local/bin/aws-iam-authenticator
38
RUN chmod +x /usr/local/bin/aws-iam-authenticator
39
0 commit comments