Skip to content

Commit 16268b7

Browse files
committed
Use mirror.gcr.io rather than docker hub for pulling base image
1 parent b5f02eb commit 16268b7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

container/image/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
ARG BUILD_OPTION=prod
66

77

8-
FROM debian:12 AS runner-base
8+
FROM mirror.gcr.io/library/debian:12 AS runner-base
99

1010
# Expose Operator Port (HTTP:1080, HTTPS:1443)
1111
EXPOSE 1080 1443

tools/buildutils/cw/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bookworm-20250811 AS base
1+
FROM mirror.gcr.io/library/debian:bookworm-20250811 AS base
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

tools/testutils/cw/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bookworm-20250811 AS base
1+
FROM mirror.gcr.io/library/debian:bookworm-20250811 AS base
22

33
ENV DEBIAN_FRONTEND=noninteractive
44
ENV OVERRIDE_BAZEL_WRAPPER_DOWNLOAD_DIR=/tmp/cw_bazel

0 commit comments

Comments
 (0)