We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d705754 + cc8b224 commit 1edea93Copy full SHA for 1edea93
.github/workflows/e2e/package/Dockerfile
@@ -10,7 +10,7 @@ ENV KUBECTL_VERSION v1.21.8
10
11
# Install dependencies
12
RUN zypper -n install awk git docker curl wget nodejs sudo
13
-RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl && \
+RUN curl -LO https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl && \
14
chmod +x kubectl && mv ./kubectl /usr/local/bin/kubectl
15
COPY --from=helm ./helm/bin/helm /usr/local/bin/helm
16
0 commit comments