File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1- FROM docker:28.2.2 as static-docker-source
2-
31FROM marketplace.gcr.io/google/debian12:latest
42ARG CLOUD_SDK_VERSION
53ENV CLOUD_SDK_VERSION=$CLOUD_SDK_VERSION
6- COPY --from=static-docker-source /usr/local/bin/docker /usr/local/bin/docker
74RUN groupadd -r -g 1000 cloudsdk && \
85 useradd -r -u 1000 -m -s /bin/bash -g cloudsdk cloudsdk
96ARG INSTALL_COMPONENTS
@@ -29,7 +26,6 @@ RUN apt-get update -qqy && apt-get -qqy upgrade && apt-get install -qqy \
2926 gcloud --version && \
3027 gsutil version -l && \
3128 bq version && \
32- gcloud-crc32c /usr/bin/gcloud && \
33- docker --version
29+ gcloud-crc32c /usr/bin/gcloud
3430RUN git config --system credential.'https://source.developers.google.com' .helper gcloud.sh
3531VOLUME ["/root/.config" ]
You can’t perform that action at this time.
0 commit comments