From 41f1eb8d70447d7d3bb82d57c061f5c8ae449d88 Mon Sep 17 00:00:00 2001 From: harishsurf Date: Fri, 16 Aug 2024 16:14:19 +0000 Subject: [PATCH] Update quay_image to use downstream version --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index cb89961..886cce1 100644 --- a/.env +++ b/.env @@ -1,7 +1,7 @@ EE_IMAGE=quay.io/quay/mirror-registry-ee:latest EE_BASE_IMAGE=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel8:1.0.0-683 EE_BUILDER_IMAGE=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8:3.0.1-55 -QUAY_IMAGE=quay.io/projectquay/quay:3.12.0 +QUAY_IMAGE=registry.redhat.io/quay/quay-rhel8:v3.12.0 REDIS_IMAGE=registry.redhat.io/rhel8/redis-6:1-190 PAUSE_IMAGE=registry.access.redhat.com/ubi8/pause:8.10-5 SQLITE_IMAGE=quay.io/projectquay/sqlite-cli:latest