-
Bug
-
Resolution: Unresolved
-
Blocker
-
DWO 0.33.0, DWO 0.34.0, DWO 0.35.1, 3.22.0.GA
-
True
-
-
False
Description of problem:
There are errors in running Jenkins job (https://jenkins-csb-crwqe-main.dno.corp.redhat.com/job/Testing/job/Disconnected/job/installDWO)
to install DWO v0.35.1 or previous version to an airgap IBM Z ocp.
The errors come from "oc mirror" command, get error msg like
"17:30:35 error: unable to push manifest to 10.0.158.178:5000/devworkspace/devworkspace-operator-bundle:bf965f80: manifest invalid: manifest invalid "
and found "devworkspace/devworkspace-operator-bundle" is amd64 only, which make the pod of the CatalogSource is not started as shown by the following snapshot.
We also tried manual script to mirror the images, and got the similar errors from command "oc-mirror" or "oc mirror", see attached "oc-mirror-script.sh" and "oc-mirror-script.log"
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
Run jenkin job: https://jenkins-csb-crwqe-main.dno.corp.redhat.com/job/Testing/job/Disconnected/job/installDWO
Actual results:
Expected results:
Reproducibility (Always/Intermittent/Only Once):
Always
Acceptance criteria:
Definition of Done:
Build Details:
Additional info (Such as Logs, Screenshots, etc):