From c063f393bab9915247b1d4c285c340eb8ec03af2 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 12 Dec 2024 12:35:36 -0500 Subject: [PATCH] Mirror rhel-coreos-base and scos-base images to QCI Follow-up to #59544. The mirror service doesn't support mirroring from private repos. Instead, we'll have the CoreOS pipeline push to app.ci. Adjust the mirror config to mirror those images to QCI. --- core-services/image-mirroring/_config.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/core-services/image-mirroring/_config.yaml b/core-services/image-mirroring/_config.yaml index 7a2e8d26f1e8d..68f5a2a996e28 100644 --- a/core-services/image-mirroring/_config.yaml +++ b/core-services/image-mirroring/_config.yaml @@ -676,9 +676,13 @@ supplementalCIImages: stackrox/apollo-ci:stackrox-ui-test-0.4.4: image: quay.io/stackrox-io/apollo-ci:stackrox-ui-test-0.4.4 coreos/scos-base:9: - image: quay.io/openshift-release-dev/ocp-v4.0-art-dev:c9s-coreos + namespace: coreos + name: scos-base + tag: 9 coreos/rhel-coreos-base:9.6: - image: quay.io/openshift-release-dev/ocp-v4.0-art-dev:rhel-9.6-coreos + namespace: coreos + name: rhel-coreos-base + tag: 9.6 coreos/coreos-assembler:latest: image: quay.io/coreos-assembler/coreos-assembler:latest coreos/coreos-assembler:4.18: