IBM Maximo Mobile: Installing Maximo Application Framework Configuration application to Customize IBM Maximo Mobile

From Wiki
Revision as of 12:01, 3 November 2023 by Ebasso (talk | contribs) (Created page with "The Maximo Application Framework Configuration application is provided in a Container image that is stored in the IBM® Entitled Registry. You need an entitlement key and access to IBM Passport Advantage to download the container image. = Download Container Images from IBM = == Do the Login == First we need to get our authentication key from the website: [https://myibm.ibm.com/products-services/containerlibrary My IBM Container Software Library]. Export the variab...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Maximo Application Framework Configuration application is provided in a Container image that is stored in the IBM® Entitled Registry. You need an entitlement key and access to IBM Passport Advantage to download the container image.

Download Container Images from IBM

Do the Login

First we need to get our authentication key from the website: My IBM Container Software Library.


Export the variables

export ENTITLED_REGISTRY=cp.icr.io
export ENTITLED_REGISTRY_USER=cp
export ENTITLED_REGISTRY_KEY=<entitlement_key>


Log in to IBM Registry to obtain the image with the Podman command.

podman login "$ENTITLED_REGISTRY" -u "$ENTITLED_REGISTRY_USER" -p "$ENTITLED_REGISTRY_KEY"


Pull the Image

Run the docker pull command to download the image

podman pull cp.icr.io/cp/manage/maf-tools:8.11


Ver também