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
Copy the entitlement key to a safe place, like a password manager. You will need this entitlement key to login to the IBM Container Registry.
(Optional) Verify the validity of the key by logging in to the IBM Entitled Registry using a container tool:
export IBM_ENTITLEMENT_KEY=the key from the previous steps
podman login cp.icr.io --username cp --password "${IBM_ENTITLEMENT_KEY:?}"
You can use `podman` or `docker` depending on > how you have set up your environment.
Pull CMIS Image
At the time of writing, we will work with CMIS Version 3.0.7.0 As part of this solution document. CMIS v3.0.7.0-IF001 will be used to demonstrate rolling upgrades using Jenkins and ArgoCD Pipelines.