Description of problem:
Running the integration sutie fails [ -d oc-mirror ] && echo "Bad Run delete oc-mirror first"git clone https://github.com/openshift/oc-mirrorcd oc-mirrorpodman build --network host -f Dockerfile -t local/go-toolset:latestmkdir -p bincurl -O -L https://mirror.openshift.com/pub/openshift-v4/ppc64le/clients/ocp/4.19.0-rc.3/oc-mirror.tar.gztar xvf oc-mirror.tar.gzmv oc-mirror bin/chmod +x bin/oc-mirror podman run --network host -it -v $(pwd):/build:z --rm \ --env ENV_CATALOGORG="powercloud" \ --env ENV_CATALOGNAMESPACE="powercloud/oc-mirror-dev" \ --env ENV_CATALOG_ID="fff8ccf4" \ --env ENV_OCI_REGISTRY_NAMESPACE="powercloud" \ local/go-toolset:latest build go build -mod=readonly -tags "json1 btrfs_noversion exclude_graphdriver_btrfs libdm_no_deferred_remove exclude_graphdriver_devicemapper " -ldflags "-X github.com/openshift/oc-mirror/pkg/version.versionFromGit="v0.2.0-alpha.1-497-gefa9f7a" -X github.com/openshift/oc-mirror/pkg/version.commitFromGit="efa9f7a8" -X github.com/openshift/oc-mirror/pkg/version.gitTreeState="clean" -X github.com/openshift/oc-mirror/pkg/version.buildDate="2025-11-17T07:45:43Z" " -o './bin/oc-mirror' github.com/openshift/oc-mirror/cmd/oc-mirror # github.com/proglottis/gpgme
Version-Release number of selected component (if applicable):
4.21.0-ec.2
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info: