From 11f4ba28c17b682739cb0e59f421e73b74f4f170 Mon Sep 17 00:00:00 2001 From: davdhacs <105243888+davdhacs@users.noreply.github.com> Date: Thu, 9 Apr 2026 10:17:44 -0600 Subject: [PATCH 1/2] Add apollo-ci latest floating tag mirrors for stackrox Add mirror entries for scanner-test-latest, stackrox-test-latest, and stackrox-ui-test-latest. These floating tags are pushed by rox-ci-image on every release, removing the need to request testplatform review for each version bump. Co-Authored-By: Claude Opus 4.6 (1M context) --- core-services/image-mirroring/_config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core-services/image-mirroring/_config.yaml b/core-services/image-mirroring/_config.yaml index 690f5ed687e87..23e15ed1467ff 100644 --- a/core-services/image-mirroring/_config.yaml +++ b/core-services/image-mirroring/_config.yaml @@ -699,6 +699,12 @@ supplementalCIImages: image: quay.io/stackrox-io/ci:golang-1.18.4 stackrox/ubi-minimal:9: image: registry.access.redhat.com/ubi9/ubi-minimal:latest + stackrox/apollo-ci:scanner-test-latest: + image: quay.io/stackrox-io/apollo-ci:scanner-test-latest + stackrox/apollo-ci:stackrox-test-latest: + image: quay.io/stackrox-io/apollo-ci:stackrox-test-latest + stackrox/apollo-ci:stackrox-ui-test-latest: + image: quay.io/stackrox-io/apollo-ci:stackrox-ui-test-latest stackrox/apollo-ci:collector-0.3.44-1-gb00ffc52af: image: quay.io/stackrox-io/apollo-ci:collector-0.3.44-1-gb00ffc52af stackrox/apollo-ci:scanner-test-0.3.61: From 9b90c9921a1870474dfe0417e49483027830a694 Mon Sep 17 00:00:00 2001 From: davdhacs <105243888+davdhacs@users.noreply.github.com> Date: Thu, 9 Apr 2026 13:09:25 -0600 Subject: [PATCH 2/2] Add apollo-ci stable floating tag mirrors Co-Authored-By: Claude Opus 4.6 (1M context) --- core-services/image-mirroring/_config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core-services/image-mirroring/_config.yaml b/core-services/image-mirroring/_config.yaml index 23e15ed1467ff..1e3cdc7fde915 100644 --- a/core-services/image-mirroring/_config.yaml +++ b/core-services/image-mirroring/_config.yaml @@ -701,10 +701,16 @@ supplementalCIImages: image: registry.access.redhat.com/ubi9/ubi-minimal:latest stackrox/apollo-ci:scanner-test-latest: image: quay.io/stackrox-io/apollo-ci:scanner-test-latest + stackrox/apollo-ci:scanner-test-stable: + image: quay.io/stackrox-io/apollo-ci:scanner-test-stable stackrox/apollo-ci:stackrox-test-latest: image: quay.io/stackrox-io/apollo-ci:stackrox-test-latest + stackrox/apollo-ci:stackrox-test-stable: + image: quay.io/stackrox-io/apollo-ci:stackrox-test-stable stackrox/apollo-ci:stackrox-ui-test-latest: image: quay.io/stackrox-io/apollo-ci:stackrox-ui-test-latest + stackrox/apollo-ci:stackrox-ui-test-stable: + image: quay.io/stackrox-io/apollo-ci:stackrox-ui-test-stable stackrox/apollo-ci:collector-0.3.44-1-gb00ffc52af: image: quay.io/stackrox-io/apollo-ci:collector-0.3.44-1-gb00ffc52af stackrox/apollo-ci:scanner-test-0.3.61: