We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
run generate-manifests command inside podman desktop container on mac(M1 with Sonoma 14.0):
generate-manifests
bash-4.4$ oc ibm-pak generate mirror-manifests ibm-cert-manager icr.io --version 4.2.1 -v3 2023/11/06 17:07:36 httputils.go:328: [FINE]: RegistryClient: overriding TLSClientConfig.InsecureSkipVerify to false 2023/11/06 17:07:36 httputils.go:328: [FINE]: RegistryClient: overriding TLSClientConfig.InsecureSkipVerify to false Error: invalid argument
while this seems to be ok with docker desktop container:
bash-4.4$ oc ibm-pak generate mirror-manifests ibm-cert-manager icr.io --version 4.2.1 ibm-cert-manager-4.2.1 done Generating mirror manifests of CASE: ibm-cert-manager, version: 4.2.1 is complete
The text was updated successfully, but these errors were encountered:
No branches or pull requests
run
generate-manifests
command inside podman desktop container on mac(M1 with Sonoma 14.0):while this seems to be ok with docker desktop container:
The text was updated successfully, but these errors were encountered: