Skip to content

Commit b79ab14

Browse files
Consume debian base image from airlock for :debian_slim image.
Consume debian base image from airlock for :debian_slim image. Tested with cl/740471003 (sponge link).
1 parent dde5efd commit b79ab14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian_slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM docker:28.1.1 as static-docker-source
22

3-
FROM marketplace.gcr.io/google/debian12:latest
3+
FROM us-docker.pkg.dev/artifact-foundry-prod/docker-3p-trusted/debian:12
44
ARG CLOUD_SDK_VERSION
55
ENV CLOUD_SDK_VERSION=$CLOUD_SDK_VERSION
66
COPY --from=static-docker-source /usr/local/bin/docker /usr/local/bin/docker

0 commit comments

Comments
 (0)