-
Bug
-
Resolution: Done
-
Blocker
-
ACM 2.14.0
-
Product / Portfolio Work
-
False
-
-
False
-
-
-
Installer Sprint 2025-62, Installer Sprint 2025-63
-
Important
-
None
Description of problem:
We want to test ACM konflux builds in disconnected environments. It looks like mirroring acm-dev-catalog and mce-dev-catalog images with oc-mirror partially works but we are encountering a few issues.
- A few images can't be found (acm-multicluster-observability-addon-rhel9, acm-must-gather-rhel9, acm-prometheus-rhel9 , backplane-must-gather-rhel9, ose-baremetal-cluster-api-controllers-rhel9)
- It looks like the acm-operator-bundle and mce-operator-bundle images doesn't get included when mirroring this way. Is there anyway it can be included?
Please let me know if there is a better approach for performing the mirroring.
Version-Release number of selected component (if applicable):
v2.14.0-132
v2.9.0-103
How reproducible:
1/1
Steps to Reproduce:
- Run oc-mirror with the following ImageSetConfiguration
apiVersion: mirror.openshift.io/v2alpha1 kind: ImageSetConfiguration mirror: operators: - catalog: quay.io:443/acm-d/acm-dev-catalog:latest-2.14 packages: - name: advanced-cluster-management channels: - name: release-2.14 - catalog: quay.io:443/acm-d/mce-dev-catalog:latest-2.9 packages: - name: multicluster-engine channels: - name: stable-2.9
Actual results:
Several images are not found and acm-operator-bundle and mce-operator-bundle images are not included
Expected results:
All images are found and deployments from the disconnected registry are successful