Merge "Use registry:2 image mirrored to quay.io"

This commit is contained in:
Zuul 2025-02-21 22:37:17 +00:00 committed by Gerrit Code Review
commit b968f326f1
2 changed files with 2 additions and 2 deletions

View File

@ -47,4 +47,4 @@
--env REGISTRY_AUTH_HTPASSWD_REALM="Registry Realm"
--volume="/var/registry/certs:/certs"
--volume="/var/registry/auth:/auth"
docker.io/library/registry:2
quay.io/opendevmirror/registry:2

View File

@ -47,6 +47,6 @@
-e "REGISTRY_AUTH=htpasswd" \
-e "REGISTRY_AUTH_HTPASSWD_REALM=Registry Realm" \
-e REGISTRY_AUTH_HTPASSWD_PATH=/auth/htpasswd \
registry:2
quay.io/opendevmirror/registry:2
args:
chdir: "{{ registry_tempdir.path }}"