system-config/playbooks/roles/zuul-executor/files/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

21 lines
534 B
YAML

# Version 2 is the latest that is supported by docker-compose in
# Ubuntu Xenial.
version: '2'
services:
executor:
restart: on-failure
image: quay.io/zuul-ci/zuul-executor:latest
network_mode: host
user: zuul
privileged: true
volumes:
- /etc/zuul:/etc/zuul
- /opt/project-config:/opt/project-config
- /afs:/afs
- /home/zuuld:/home/zuul
- /var/lib/zuul:/var/lib/zuul
- /var/log/zuul:/var/log/zuul
- /etc/openafs:/etc/openafs:ro
- /etc/ssl/certs:/etc/ssl/certs