Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ibm-pak not generating manifests for DataPower 1.10 and 1.11 on Windows platform #50

Open
gasgithub opened this issue Jul 24, 2024 · 0 comments

Comments

@gasgithub
Copy link

Hi,

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant