We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487315e commit b366362Copy full SHA for b366362
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="docker.caching.proxy.internal registry-1.docker.io auth.docker.io k8s.gcr.io gcr.io quay.io gitlab.com"
+ENV REGISTRIES="auth.docker.io registry-1.docker.io docker.caching.proxy.internal k8s.gcr.io gcr.io quay.io gitlab.com registry.gitlab.com"
64
# A space delimited list of registry:user:password to inject authentication for
65
# (e.g. AUTH_REGISTRIES="auth.docker.io:dhuser:dhpass gitlab.com:gluser:glpass")
66
ENV AUTH_REGISTRIES=""
0 commit comments