From 8452d3e072a04279b03a37a1b1e6223659cd8ec1 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 21 Jan 2025 15:47:58 -0800 Subject: [PATCH] Reapply "Pull lodgeit from quay.io" This reverts commit ce67e83dbe47ca4bf341914ecb09d378020cfe70. We're moving this image back to quay.io in the depends-on. This is all made possible because paste02 is running on noble with podman and docker compose which should allow us to do speculative image testing without hosting on docker hub. This container image should be a good test of that assumption. Depends-On: https://review.opendev.org/c/opendev/lodgeit/+/939385 Change-Id: I2e0e7bbfc3eef4e7b21d2e689d722f797f80b309 --- playbooks/roles/lodgeit/templates/docker-compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/lodgeit/templates/docker-compose.yaml.j2 b/playbooks/roles/lodgeit/templates/docker-compose.yaml.j2 index 51033a947e..71f58c4a0d 100644 --- a/playbooks/roles/lodgeit/templates/docker-compose.yaml.j2 +++ b/playbooks/roles/lodgeit/templates/docker-compose.yaml.j2 @@ -21,7 +21,7 @@ services: options: tag: "docker-mariadb" lodgeit: - image: docker.io/opendevorg/lodgeit + image: quay.io/opendevorg/lodgeit depends_on: - mariadb restart: always