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:
parent
7f88fc7d4a
commit
845597cc7c
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user