Switch the zuul-registry image location to quay.io
This updates the zuul-registry container image location to quay.io which is the new permanent home for this image. Depends-On: https://review.opendev.org/c/zuul/zuul-registry/+/881247 Change-Id: I108f8601eda420eb541881b3f6496f079e6207f1
This commit is contained in:
parent
6ada97cc6f
commit
492e822fc4
@ -6,7 +6,7 @@ services:
|
||||
registry:
|
||||
restart: always
|
||||
network_mode: host
|
||||
image: docker.io/zuul/zuul-registry
|
||||
image: quay.io/zuul-ci/zuul-registry
|
||||
user: "{{ registry_service_user_id }}:{{ registry_service_group_id }}"
|
||||
volumes:
|
||||
- /var/registry/certs:/certs
|
||||
|
Loading…
Reference in New Issue
Block a user