Skip to content

Commit 1edea93

Browse files
Merge pull request #79 from rancher/replace-googleapisurl-kubectl
Use dl.k8s.io for getting kubectl
2 parents d705754 + cc8b224 commit 1edea93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e/package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV KUBECTL_VERSION v1.21.8
1010

1111
# Install dependencies
1212
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 && \
13+
RUN curl -LO https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl && \
1414
chmod +x kubectl && mv ./kubectl /usr/local/bin/kubectl
1515
COPY --from=helm ./helm/bin/helm /usr/local/bin/helm
1616

0 commit comments

Comments
 (0)