Skip to content

Commit 14c5a11

Browse files
author
Aalyria Technologies, Inc
committed
Import changes.
- ca54eba8d932875a28cb8417a2f592f52d3b09d1 GitOrigin-RevId: ca54eba8d932875a28cb8417a2f592f52d3b09d1
1 parent 9c190af commit 14c5a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ pull = use_repo_rule("@rules_img//img:pull.bzl", "pull")
138138

139139
pull(
140140
name = "alpine_base",
141-
# docker.io/library/alpine:3.19.1
141+
# mirror.gcr.io/library/alpine:3.19.1 (pull-through cache for docker.io)
142142
digest = "sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b", # 3.19.1 2024-01-26
143143
layer_handling = "lazy",
144-
registry = "docker.io",
144+
registry = "mirror.gcr.io",
145145
repository = "library/alpine",
146146
)
147147

0 commit comments

Comments
 (0)