Description of problem:
When running the diskToMirror mode, the workflow stops with the following error: 2024/10/16 15:54:26 [INFO] : 🔍 collecting operator images... 2024/10/16 15:54:26 [DEBUG] : [OperatorImageCollector] setting copy option o.Opts.MultiArch=all when collecting operator images 2024/10/16 15:54:26 [DEBUG] : [OperatorImageCollector] copying operator image registry.redhat.io/redhat/redhat-operator-index:v4.16 ::1 - - [16/Oct/2024:15:54:26 +0200] "GET /v2/ HTTP/1.1" 200 2 "" "oc-mirror" ::1 - - [16/Oct/2024:15:54:26 +0200] "GET /v2/redhat/redhat-operator-index/manifests/v4.16 HTTP/1.1" 404 213 "" "oc-mirror" 2024/10/16 15:54:26 [ERROR] : [OperatorImageCollector] reading manifest v4.16 in localhost:55000/redhat/redhat-operator-index: manifest unknown 2024/10/16 15:54:26 [ERROR] : [OperatorImageCollector] reading manifest v4.16 in localhost:55000/redhat/redhat-operator-index: manifest unknown 2024/10/16 15:54:26 [INFO] : 👋 Goodbye, thank you for using oc-mirror 2024/10/16 15:54:26 [ERROR] : reading manifest v4.16 in localhost:55000/redhat/redhat-operator-index: manifest unknown
Version-Release number of selected component (if applicable):
4.17.1
How reproducible:
1. Run mirrorToDisk mode 2. Remove the oc-mirror cache 3. Run diskToMirror mode
Steps to Reproduce:
Actual results:
Expected results:
Additional info:
- is cloned by
-
OCPBUGS-43511 V2 mirrorToMirror fails on second attempt if images are already present
- Closed