There was an error while loading. Please reload this page.
2 parents e090659 + 175458a commit f799f5cCopy full SHA for f799f5c
1 file changed
Dockerfile
@@ -29,7 +29,7 @@ RUN apk update && apk add \
29
rm -rf /usr/local/bin/${TARGETOS}-${TARGETARCH} && \
30
helm plugin install https://github.com/helm/helm-mapkubeapis
31
32
-RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/${TARGETOS}/${TARGETARCH}/kubectl && \
+RUN curl -LO https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/${TARGETOS}/${TARGETARCH}/kubectl && \
33
chmod +x ./kubectl && \
34
mv ./kubectl /usr/local/bin/kubectl && \
35
echo -e 'source /usr/share/bash-completion/bash_completion\nsource <(kubectl completion bash)' >>~/.bashrc
0 commit comments