
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
17 lines
432 B
Django/Jinja
17 lines
432 B
Django/Jinja
# Version 2 is the latest that is supported by docker-compose in
|
|
# Ubuntu Xenial.
|
|
version: '2'
|
|
|
|
services:
|
|
registry:
|
|
restart: always
|
|
network_mode: host
|
|
image: quay.io/zuul-ci/zuul-registry
|
|
user: "{{ registry_service_user_id }}:{{ registry_service_group_id }}"
|
|
volumes:
|
|
- /var/registry/certs:/certs
|
|
- /var/registry/conf:/conf
|
|
- /var/registry/etc:/etc/openstack
|
|
environment:
|
|
- DEBUG=1
|