We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd4cd91 + f12876b commit 54d0adfCopy full SHA for 54d0adf
1 file changed
Dockerfile
@@ -9,6 +9,9 @@ RUN pip install "awscli==${AWSCLI_VERSION}"
9
RUN curl -L -o /usr/bin/kubectl https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl
10
RUN chmod +x /usr/bin/kubectl
11
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
+
15
RUN wget https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz -O - | tar -xzO linux-amd64/helm > /usr/local/bin/helm
16
RUN chmod +x /usr/local/bin/helm
17
0 commit comments