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
This commit is contained in:
parent
330a02f497
commit
6ada97cc6f
@ -5,7 +5,7 @@ version: '2'
|
|||||||
services:
|
services:
|
||||||
executor:
|
executor:
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
image: docker.io/zuul/zuul-executor:latest
|
image: quay.io/zuul-ci/zuul-executor:latest
|
||||||
network_mode: host
|
network_mode: host
|
||||||
user: zuul
|
user: zuul
|
||||||
privileged: true
|
privileged: true
|
||||||
|
@ -5,7 +5,7 @@ version: '2'
|
|||||||
services:
|
services:
|
||||||
merger:
|
merger:
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
image: docker.io/zuul/zuul-merger:latest
|
image: quay.io/zuul-ci/zuul-merger:latest
|
||||||
network_mode: host
|
network_mode: host
|
||||||
user: zuul
|
user: zuul
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -5,7 +5,7 @@ version: '2'
|
|||||||
services:
|
services:
|
||||||
zuul-preview:
|
zuul-preview:
|
||||||
restart: always
|
restart: always
|
||||||
image: docker.io/zuul/zuul-preview:latest
|
image: quay.io/zuul-ci/zuul-preview:latest
|
||||||
network_mode: host
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
ZUUL_API_URL: https://zuul.opendev.org/
|
ZUUL_API_URL: https://zuul.opendev.org/
|
||||||
|
@ -5,7 +5,7 @@ version: '2'
|
|||||||
services:
|
services:
|
||||||
scheduler:
|
scheduler:
|
||||||
restart: always
|
restart: always
|
||||||
image: docker.io/zuul/zuul-scheduler:latest
|
image: quay.io/zuul-ci/zuul-scheduler:latest
|
||||||
network_mode: host
|
network_mode: host
|
||||||
user: zuul
|
user: zuul
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -5,7 +5,7 @@ version: '2'
|
|||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
restart: always
|
restart: always
|
||||||
image: docker.io/zuul/zuul-web:latest
|
image: quay.io/zuul-ci/zuul-web:latest
|
||||||
network_mode: host
|
network_mode: host
|
||||||
user: zuul
|
user: zuul
|
||||||
volumes:
|
volumes:
|
||||||
@ -15,7 +15,7 @@ services:
|
|||||||
- /var/log/zuul:/var/log/zuul
|
- /var/log/zuul:/var/log/zuul
|
||||||
fingergw:
|
fingergw:
|
||||||
restart: always
|
restart: always
|
||||||
image: docker.io/zuul/zuul-fingergw:latest
|
image: quay.io/zuul-ci/zuul-fingergw:latest
|
||||||
network_mode: host
|
network_mode: host
|
||||||
# fingergw needs to run as root so it can
|
# fingergw needs to run as root so it can
|
||||||
# grab the finger port and then drop privs
|
# grab the finger port and then drop privs
|
||||||
|
Loading…
Reference in New Issue
Block a user