Accessing Process Mining images
To access and pull the IBM Process Mining Images from the IBM
Entitled Registry, you must obtain your unique Entitlement
Key and create two secrets, ibm-entitlement-key
and ibm-registry, containing your unique
Entitlement Key. You can use the
ibm-entitlement-key secret name for the IBM Process
Mining Operator and the ibm-registry secret name for
the Db2 Operator.
Obtaining the
- Log in to My IBM using your IBMid and password.
- Navigate through Container Software Library > View Library > Get Entitlement Key to view or copy your unique Entitlement Key.
To verify the validity of the key, you must use a container tool
such as Docker. Type the following command in the
command line and specify the username and
password to log in to the IBM Entitled Registry:
docker login cp.icr.io --username cp --password <myEntitlementKey>
Where myEntitlementKey stands for your unique
Entitlement Key.
Adding an Entitlement Key to a namespace
You can put the information in the Red Hat® OpenShift® Container Platform global cluster pull secret (which contains your Entitlement Key) to pull images for your Kubernetes installation.
To create a pull secret to pull images from the IBM Cloud®
Entitled Registry, you must use cp.icr.io in the
docker-server field and cp in the
docker-username field. In addition, you must ensure to
use a valid email address (associated to your IBMId) in
the docker-email field and copy the Entitlement
Key within the double quotation marks in the
docker-password field.