Skip to content

Commit

Permalink
Use dl.k8s.io for getting kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
rancher-security-bot committed Oct 24, 2023
1 parent 5463017 commit 23b90a4
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 23b90a4

Please sign in to comment.