Skip to content

Commit b366362

Browse files
committed
Cleanup: Add GitLab.com to default REGISTRIES
1 parent 487315e commit b366362

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="docker.caching.proxy.internal registry-1.docker.io auth.docker.io k8s.gcr.io gcr.io quay.io gitlab.com"
63+
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"
6464
# A space delimited list of registry:user:password to inject authentication for
6565
# (e.g. AUTH_REGISTRIES="auth.docker.io:dhuser:dhpass gitlab.com:gluser:glpass")
6666
ENV AUTH_REGISTRIES=""

0 commit comments

Comments
 (0)