Downloading and pushing images to your registry

You can download and push the Product Master images to your own registry.

Before you begin

Ensure the you have completed the Downloading the Docker assets task.

About this task

The installation automatically uses Product Master official registry to download the Docker images. If you do not want to use Product Master official registry, then you can download the images from the registry and push to your local registry. During the installation, you can specify your registry credentials and registry name.

Procedure

  1. Depending on your Red Hat® Enterprise Linux® (RHEL) Server operating system, run the appropriate script to download the docker images.
    Red Hat Enterprise Linux (RHEL) Server 8.x
    $ ./Download_IPM_Docker_RHEL8.x.sh -version=14.0.x
    Red Hat Enterprise Linux (RHEL) Server 9.x
    $ ./Download_IPM_Docker_RHEL9.x.sh -version=14.0.x
    The script prompts you to accept the license. After you accept the license, the script logs in to the IBM® Docker registry and starts downloading the latest version of Docker images.
  2. Verify that all images are downloaded by using following command.
    $ docker images
    Following images are downloaded for the Product Master.
    registry.ng.bluemix.net/product_master/ipm-admin:14.0.x
    registry.ng.bluemix.net/product_master/ipm-personaui:14.0.x
    registry.ng.bluemix.net/product_master/ipm-restapi:14.0.x
    registry.ng.bluemix.net/product_master/ipm-sch:14.0.x
    registry.ng.bluemix.net/product_master/ipm-wfl:14.0.x
    registry.ng.bluemix.net/product_master/ipm-fts-pim:14.0.x
    registry.ng.bluemix.net/product_master/ipm-fts-indexer:14.0.x
    registry.ng.bluemix.net/product_master/ipm-ml:14.0.x
    registry.ng.bluemix.net/product_master/ipm-gds:14.0.x
    registry.ng.bluemix.net/product_master/ipm-message-archive-service:14.0.x
    registry.ng.bluemix.net/product_master/ipm-magento-connector:14.0.x
    registry.ng.bluemix.net/product_master/ipm-mongodb:7.0.14
    registry.ng.bluemix.net/product_master/ipm-hazelcast:5.3.6
    registry.ng.bluemix.net/product_master/ipm-mq:9.4.1.0-r2
  3. After the Docker images are downloaded, tag, and push the images to your registry.
    1. Tag each image by using the following command.
      docker tag <your registry name>/<product master image name>
      Example
      docker tag <your registry name>/ipm-admin:14.0.x
    2. Push each image by using the following command.
      $ docker image push <your registry name>
      Example
      $ docker image push <your registry name>/ipm-admin:14.0.x

What to do next

Installing OpenSearch