Skip to content

Commit

Permalink
upgrade aws-iam-authenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
kodermax committed Jul 30, 2021
1 parent 1b4ed08 commit c8af89d
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
@@ -1,7 +1,7 @@
FROM amazon/aws-cli

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 && \
curl -o /usr/local/bin/aws-iam-authenticator https://amazon-eks.s3.us-west-2.amazonaws.com/1.19.6/2021-01-05/bin/linux/amd64/aws-iam-authenticator && \
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 && \
chmod +x /usr/local/bin/aws-iam-authenticator && \
chmod +x ./kubectl && \
mv ./kubectl /usr/bin/kubectl
Expand Down

0 comments on commit c8af89d

Please sign in to comment.