Skip to content

Commit

Permalink
Update kubernetes download link
Browse files Browse the repository at this point in the history
The gcp bucket doesn't seem to get updated anymore. Switching to the new
link recommended in https://kubernetes.io/releases/download/
  • Loading branch information
DTLP committed Jan 28, 2025
1 parent 4e92bd0 commit b4d9da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault-toolkit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV KUBECTL_VERSION="1.28.4"
COPY *.sh /usr/local/bin/

RUN apk --no-cache add curl jq bash \
&& wget -O /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl \
&& wget -O /usr/local/bin/kubectl https://dl.k8s.io/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl \
&& chmod +x /usr/local/bin/kubectl \
&& wget -O /usr/local/bin/cfssl https://github.com/cloudflare/cfssl/releases/download/v${CFSSL_VERSION}/cfssl_${CFSSL_VERSION}_linux_amd64 \
&& chmod +x /usr/local/bin/cfssl \
Expand Down

0 comments on commit b4d9da8

Please sign in to comment.