Description of problem:
mirror with kubeVirtContainer, got error
Version-Release number of selected component (if applicable):
4.21
How reproducible:
Always
Steps to Reproduce:
1 prepare isc.yaml: apiVersion: mirror.openshift.io/v2alpha1 kind: ImageSetConfiguration mirror: platform: graph: true release: quay.io/openshift-release-dev/ocp-release:4.20.11-x86_64 kubeVirtContainer: true 2. mirror to disk oc-mirror -c isc.yaml file://test --v2 --src-tls-verify=false
Actual results:
mirror failed [ERROR] : [Executor] unable to add image blobs to the archive : archive error: error when creating a new image source: reading manifest sha256-d6f7de2cc6c6bc49486533a2550d8180c30c7a8b2ec9cd8ec069c5d92bffd11a.sig in localhost:55000/openshift/release: manifest unknown
Expected results:
mirror succeed without error
Additional info:
1. 4.20.11-x86_64 no such issue 2. kubeVirtContainer: true with --remove-signatures, no error 3. kubeVirtContainer: false without --remove-signatures, no error. 4. under ~/.config/containers/registries.d and /etc/containers/registries.d folder, no yaml file set "use-sigstore-attachments" value