Pull the IBM® Sterling Intelligent
Promising container images from IBM Entitled Registry and use
those images to create an image pull secret.
Procedure
- Obtain container images from the IBM Entitled Registry. For more information, see Pulling images from IBM Entitled Registry to a local registry.
- Create an image pull secret for your registry, and provide the names of the image pull
secrets in the
SIPEnvironment
as shown in the following example:
image:
imagePullSecrets:
- name: <image-Pull-Secret1>
- name: <image-Pull-Secret2>
- Run the following command to create the image pull secret.
oc create secret docker-registry <image_pull_secret_name> --docker-server=<Server> --docker-username=<User_name> --docker-password=<Password> --docker-email=<Email>
An image pull secret is successfully created and encoded.