We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
k8s.gcr.io
registry.k8s.io
ghcr.io
1 parent 249ee05 commit 410fe14Copy full SHA for 410fe14
1 file changed
Dockerfile
@@ -60,7 +60,7 @@ EXPOSE 8082
60
61
## Default envs.
62
# 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"
+ENV REGISTRIES="registry.k8s.io gcr.io quay.io ghcr.io"
64
# A space delimited list of registry:user:password to inject authentication for
65
ENV AUTH_REGISTRIES="some.authenticated.registry:oneuser:onepassword another.registry:user:password"
66
# Should we verify upstream's certificates? Default to true.
0 commit comments