From 8eaaca50f59a4e535b6a4951b28f73745cfc0232 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 6 Aug 2025 10:43:50 -0700 Subject: [PATCH] Fetch statusbot from quay Now that we're running eavesdrop on ubuntu noble with podman we can publish images to and consume them from quay without losing speculative image testing. Do so for statusbot after the depends-on merges and publishes to quay. Depends-On: https://review.opendev.org/c/opendev/statusbot/+/956716 Change-Id: Ibcba0e168c40ee55f45a67e833089b519fda4844 --- playbooks/roles/statusbot/files/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/statusbot/files/docker-compose.yaml b/playbooks/roles/statusbot/files/docker-compose.yaml index 2bc504dc47..8e65219b96 100644 --- a/playbooks/roles/statusbot/files/docker-compose.yaml +++ b/playbooks/roles/statusbot/files/docker-compose.yaml @@ -1,6 +1,6 @@ services: statusbot: - image: docker.io/opendevorg/statusbot:latest + image: quay.io/opendevorg/statusbot:latest network_mode: host restart: always logging: