You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using ibm-pak v1.15.1, on Windows 10, and Git-Bash.
When generating manifests for datapower operator the following error appears:
$ export OPERATOR_PACKAGE_NAME=ibm-datapower-operator && export OPERATOR_VERSION=1.11.1
$ oc ibm-pak generate mirror-manifests ${OPERATOR_PACKAGE_NAME} icr.io --version ${OPERATOR_VERSION}
Error: failed to load the catalog FBC at icr.io/cpopen/datapower-operator-catalog@sha256:8edd54bff60b24316cd7cc90db3d6c6918bb04e5a2265e81de6d46c526997545. Error: could not render catalog... check if reference icr.io/cpopen/datapower-operator-catalog@sha256:87f80657fc380824fa34006445224d4e19e187d188a6b3939152faf2d38ad912 is a valid docker image, sqlite database or directory [render reference "icr.io/cpopen/datapower-operator-catalog@sha256:87f80657fc380824fa34006445224d4e19e187d188a6b3939152faf2d38ad912": symlink usr\bin C:\Users\user1\AppData\Local\Temp\render-unpack-1703723107\bin: A required privilege is not held by the client.]
exit status 1
Same is working for other operators (ibm-integration-platform-navigator, ibm-apiconnect, ibm-cp-common-services) from the latest CP4I - v16.1.0).
Also same is working for older datapower version:
$ export OPERATOR_PACKAGE_NAME=ibm-datapower-operator && export OPERATOR_VERSION=1.9.0
$ oc ibm-pak generate mirror-manifests ${OPERATOR_PACKAGE_NAME} icr.io --version ${OPERATOR_VERSION}
Generating mirror manifests of CASE: ibm-datapower-operator, version: 1.9.0 is complete
Next steps
- To mirror the images:
oc image mirror -f C:\Users\user1\.ibm-pak\data\mirror\ibm-datapower-operator\1.9.0\images-mapping.txt --filter-by-os '.*' -a $REGISTRY_AUTH_FILE --insecure --skip-multiple-scopes --max-per-registry=1
The text was updated successfully, but these errors were encountered:
Hi,
Using ibm-pak v1.15.1, on Windows 10, and Git-Bash.
When generating manifests for datapower operator the following error appears:
Same is working for other operators (ibm-integration-platform-navigator, ibm-apiconnect, ibm-cp-common-services) from the latest CP4I - v16.1.0).
Also same is working for older datapower version:
The text was updated successfully, but these errors were encountered: