Skip to content

Commit

Permalink
Merge pull request #60 from rancher/replace-googleapisurl-kubectl
Browse files Browse the repository at this point in the history
Use dl.k8s.io for getting kubectl
  • Loading branch information
mallardduck authored Aug 26, 2024
2 parents 676b8ea + 23b90a4 commit d6a631a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e/package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV KUBECTL_VERSION v1.21.8

# Install dependencies
RUN zypper -n install awk git docker curl wget nodejs sudo
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 && \
chmod +x kubectl && mv ./kubectl /usr/local/bin/kubectl
COPY --from=helm ./helm/bin/helm /usr/local/bin/helm

Expand Down

0 comments on commit d6a631a

Please sign in to comment.