Skip to content

Commit 54d0adf

Browse files
author
Konstantinos Livieratos
authored
Merge pull request #30 from koslib/bugfix/iam-authenticator
Reinstated aws-iam-authenticator bin
2 parents bd4cd91 + f12876b commit 54d0adf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ RUN pip install "awscli==${AWSCLI_VERSION}"
99
RUN curl -L -o /usr/bin/kubectl https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl
1010
RUN chmod +x /usr/bin/kubectl
1111

12+
RUN curl -o /usr/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
13+
RUN chmod +x /usr/bin/aws-iam-authenticator
14+
1215
RUN wget https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz -O - | tar -xzO linux-amd64/helm > /usr/local/bin/helm
1316
RUN chmod +x /usr/local/bin/helm
1417

0 commit comments

Comments
 (0)