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 | Database server to store decisions artifacts. |
| Description | Database server to store decisions artifacts. |
| Provider | IBM Corporation |
| Maintainer | Rachel ORTI <rachel.orti@fr.ibm.com>, ODMDev odmdev_open_source_user@wwpdl.vnet.ibm.com |
The following information was extracted from the containerfile and other sources.
| Repository name | DBServer |
| Image version | 8.10.4.0-IF002-amd64 |
| Architecture | amd64 |
| Exposed ports | ["5432/tcp"] |
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.iovalue 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.