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:
Clark Boylan 2023-04-26 10:41:51 -07:00
parent 6ada97cc6f
commit 492e822fc4
1 changed files with 1 additions and 1 deletions

View File

@ -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