From 39a57ad5b2368553852267ade897a58a7802eb92 Mon Sep 17 00:00:00 2001 From: Tom Martensen Date: Wed, 27 May 2026 09:45:46 +0200 Subject: [PATCH] ROX-34830: Add RHEL9 repositories to the IDMS for ACS 4.11 and later releases --- .tekton/images-mirror-set.yaml | 39 ++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/.tekton/images-mirror-set.yaml b/.tekton/images-mirror-set.yaml index ffff9297..28c35e0f 100644 --- a/.tekton/images-mirror-set.yaml +++ b/.tekton/images-mirror-set.yaml @@ -10,6 +10,8 @@ spec: - source: registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle mirrors: - quay.io/rhacs-eng/release-operator-bundle + # RHEL 8 based images + # TODO: Remove after 4.10 goes out of support - source: registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8 mirrors: - quay.io/rhacs-eng/release-central-db @@ -46,3 +48,40 @@ spec: - source: registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8 mirrors: - quay.io/rhacs-eng/release-scanner-v4 + # RHEL 9 based images (ACS 4.11 and following releases) + - source: registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel9 + mirrors: + - quay.io/rhacs-eng/release-central-db + - source: registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel9 + mirrors: + - quay.io/rhacs-eng/release-collector + - source: registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel9 + mirrors: + - quay.io/rhacs-eng/release-fact + - source: registry.redhat.io/advanced-cluster-security/rhacs-main-rhel9 + mirrors: + - quay.io/rhacs-eng/release-main + - source: registry.redhat.io/advanced-cluster-security/rhacs-rhel9-operator + mirrors: + - quay.io/rhacs-eng/release-operator + - source: registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel9 + mirrors: + - quay.io/rhacs-eng/release-roxctl + - source: registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel9 + mirrors: + - quay.io/rhacs-eng/release-scanner-db + - source: registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel9 + mirrors: + - quay.io/rhacs-eng/release-scanner-db-slim + - source: registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel9 + mirrors: + - quay.io/rhacs-eng/release-scanner + - source: registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel9 + mirrors: + - quay.io/rhacs-eng/release-scanner-slim + - source: registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel9 + mirrors: + - quay.io/rhacs-eng/release-scanner-v4-db + - source: registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel9 + mirrors: + - quay.io/rhacs-eng/release-scanner-v4