Move pull external IRC bot images from quay.io

We've migrated publishing for gerritbot, statusbot, and ptgbot to
quay.io. Now we need to pull the images from there.

Depends-On: https://review.opendev.org/c/opendev/gerritbot/+/882487
Depends-On: https://review.opendev.org/c/opendev/statusbot/+/882488
Depends-On: https://review.opendev.org/c/openstack/ptgbot/+/882489
Change-Id: Icc58a44994471cddaf37e4b492fc8d1b8ff4f5c8
This commit is contained in:
Clark Boylan 2023-05-08 08:47:14 -07:00
parent 7f88fc7d4a
commit 845597cc7c
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ version: '2'
services:
gerritbot:
image: docker.io/opendevorg/gerritbot:latest
image: quay.io/opendevorg/gerritbot:latest
network_mode: host
user: "{{ gerritbot_uid }}:{{ gerritbot_gid }}"
restart: always

View File

@ -4,7 +4,7 @@ version: '2'
services:
ptgbot:
image: docker.io/opendevorg/ptgbot:latest
image: quay.io/opendevorg/ptgbot:latest
network_mode: host
restart: always
logging:

View File

@ -4,7 +4,7 @@ version: '2'
services:
statusbot:
image: docker.io/opendevorg/statusbot:latest
image: quay.io/opendevorg/statusbot:latest
network_mode: host
restart: always
logging: