File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ RUN chmod +x k3d
94
94
FROM alpine:3.10 as download-gcloud
95
95
ARG ARCH
96
96
ENV GCLOUD_VERSION 430.0.0
97
- ENV GCLOUD_URL https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli -${GCLOUD_VERSION}-linux-GCLOUDARCH.tar.gz
97
+ ENV GCLOUD_URL https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk -${GCLOUD_VERSION}-linux-GCLOUDARCH.tar.gz
98
98
# SHAs listed at https://cloud.google.com/sdk/docs/downloads-versioned-archives
99
99
COPY deploy/skaffold/digests/gcloud.${ARCH}.sha256 .
100
100
RUN \
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ RUN chmod +x kpt
58
58
FROM alpine:3.10 as download-gcloud
59
59
ARG ARCH
60
60
ENV GCLOUD_VERSION 430.0.0
61
- ENV GCLOUD_URL https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli -${GCLOUD_VERSION}-linux-GCLOUDARCH.tar.gz
61
+ ENV GCLOUD_URL https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk -${GCLOUD_VERSION}-linux-GCLOUDARCH.tar.gz
62
62
# SHAs listed at https://cloud.google.com/sdk/docs/downloads-versioned-archives
63
63
COPY deploy/skaffold/digests/gcloud.${ARCH}.sha256 .
64
64
RUN \
You can’t perform that action at this time.
0 commit comments