system-config/playbooks/roles/zuul-preview/files/zuul-preview-docker/docker-compose.yaml
Clark Boylan 6ada97cc6f Switch zuul container images to quay.io
Zuul is moving its container image hosting to quay.io. Update our
docker-compose.yaml files to pull the images from this new location.

Note we don't update zuul-registry as it hasn't updated yet. A followup
change will update that container image location separately.

Change-Id: Idce7df82e811490fa5d817682479161bd74cd848
2023-04-26 10:40:30 -07:00

12 lines
275 B
YAML

# Version 2 is the latest that is supported by docker-compose in
# Ubuntu Xenial.
version: '2'
services:
zuul-preview:
restart: always
image: quay.io/zuul-ci/zuul-preview:latest
network_mode: host
environment:
ZUUL_API_URL: https://zuul.opendev.org/