Hi John,
please use the image from the ibmwebmethods.azurecr.io registry instead. To authenticate, do the following first:
Login to https://containers.webmethods.io/ using your IBMid. Open User Profile > Settings.
Navigate to Container registry credentials and click Generate password (or regenerate if one already exists).
Take a note of:
- Token name (username)
- Token password
- Docker login command
Use the copied Docker login command in your bash to (additionally) login to the ibmwebmethods.azurecr.io container registry.
Next, pull the image from here:
docker pull docker pull ibmwebmethods.azurecr.io/devportal:11.1
Start the container (together with the API GW and OpenSearch):
docker run -d --net apigw-nw --hostname devportal --name devportal \
-p 18101:8080 -p 18102:8443 \
-e PORTAL_DATASTORE_URIS=http://opensearch:9200 \
ibmwebmethods.azurecr.io/devportal:11.1