From 492e822fc4f0f5fe77a70ee2e377f940c6332a94 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 26 Apr 2023 10:41:51 -0700 Subject: [PATCH] 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 --- playbooks/roles/registry/templates/docker-compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/registry/templates/docker-compose.yaml.j2 b/playbooks/roles/registry/templates/docker-compose.yaml.j2 index e99d094e3c..2a39dff56c 100644 --- a/playbooks/roles/registry/templates/docker-compose.yaml.j2 +++ b/playbooks/roles/registry/templates/docker-compose.yaml.j2 @@ -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