Skip to content

Commit

Permalink
remove aws-iam-authenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
jshimko committed Oct 2, 2024
1 parent d0bf04d commit 809cf19
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ RUN curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-he
# helm S3 plugin
RUN helm plugin install https://github.com/hypnoglow/helm-s3.git

# aws-iam-authenticator
# https://docs.aws.amazon.com/eks/latest/userguide/install-aws-iam-authenticator.html
RUN curl https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.5.9/aws-iam-authenticator_0.5.9_linux_amd64 -Lo aws-iam-authenticator && \
chmod +x ./aws-iam-authenticator && \
mv aws-iam-authenticator /usr/local/bin/aws-iam-authenticator && \
aws-iam-authenticator help

# Digital Ocean CLI (doctl)
RUN DOCTL_VERSION=1.104.0 && \
wget https://github.com/digitalocean/doctl/releases/download/v${DOCTL_VERSION}/doctl-${DOCTL_VERSION}-linux-amd64.tar.gz && \
Expand Down

0 comments on commit 809cf19

Please sign in to comment.