The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
IBM Entitled Registry
The following information was extracted from the containerfile and other sources.
Summary | A web-based graphical user interface to manage Decision Server artifacts. |
Description | A web-based graphical user interface to manage Decision Server artifacts. |
Provider | IBM Corporation |
Maintainer | ODMDev odmdev_open_source_user@wwpdl.vnet.ibm.com, Laurent GRATEAU <laurent.grateau@fr.ibm.com> |
The following information was extracted from the containerfile and other sources.
Repository name | Decision Server Console |
Image version | 8.10.5-SNAPSHOT-amd64 |
Architecture | amd64 |
Exposed ports | ["1883/tcp" "9443/tcp" "9080/tcp"] |
User | 1001 |
Working directory | JAVA_/opt/ibm/java/jre |
kubectl create secret
command.
$ kubectl create secret docker-registry admin.registrykey --docker-server=cp.icr.io --docker-username=cp --docker-password="<API_KEY_GENERATED>" --docker-email=<USER_EMAIL>
Note: The
cp.icr.io
value for the docker-server parameter is the only registry domain name that contains the images.
Note: Use “cp” for the docker-username. The docker-email has to be a valid email address (associated to your IBM ID). Make sure you are copying the Entitlement Key in the docker-password field within double-quotes.