Skip to content

Commit 410fe14

Browse files
committed
Dockerfile: k8s.gcr.io is no more, long live registry.k8s.io; cache ghcr.io by default
1 parent 249ee05 commit 410fe14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ EXPOSE 8082
6060

6161
## Default envs.
6262
# A space delimited list of registries we should proxy and cache; this is in addition to the central DockerHub.
63-
ENV REGISTRIES="k8s.gcr.io gcr.io quay.io"
63+
ENV REGISTRIES="registry.k8s.io gcr.io quay.io ghcr.io"
6464
# A space delimited list of registry:user:password to inject authentication for
6565
ENV AUTH_REGISTRIES="some.authenticated.registry:oneuser:onepassword another.registry:user:password"
6666
# Should we verify upstream's certificates? Default to true.

0 commit comments

Comments
 (0)