Cleanup: Add GitLab.com to default REGISTRIES

pull/79/head
gw0 2021-02-18 18:35:12 +01:00
parent 487315e991
commit b3663621a4
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ EXPOSE 8082
## Default envs.
# A space delimited list of registries we should proxy and cache; this is in addition to the central DockerHub.
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"
# A space delimited list of registry:user:password to inject authentication for
# (e.g. AUTH_REGISTRIES="auth.docker.io:dhuser:dhpass gitlab.com:gluser:glpass")
ENV AUTH_REGISTRIES=""