Revert "Move pull external IRC bot images from quay.io"

This reverts commit 845597cc7c.

OpenDev is moving back to docker.io to preserve speculative container
image testing.

Depends-On: https://review.opendev.org/c/opendev/gerritbot/+/884286
Depends-On: https://review.opendev.org/c/opendev/statusbot/+/884287
Depends-On: https://review.opendev.org/c/openstack/ptgbot/+/884288
Change-Id: I0c19e67364a8fe62206cc59ff32c0d0dec7e48cb
This commit is contained in:
Clark Boylan 2023-05-24 13:42:22 -07:00
parent b9ab9ba76b
commit 2c458628a3
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ version: '2'
services:
gerritbot:
image: quay.io/opendevorg/gerritbot:latest
image: docker.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: quay.io/opendevorg/ptgbot:latest
image: docker.io/opendevorg/ptgbot:latest
network_mode: host
restart: always
logging:

View File

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