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.
The IBMz MongoDB Enterprise Enterprise Database image is used to run MongoDB Enterprise Edition databases provisioned by IBMz MongoDB Enterprise Operator. The IBMz MongoDB Enterprise Operator to run MongoDB Enterprise Edition in OpenShift clusters
The following information was extracted from the containerfile and other sources.
| Summary | MongoDB Enterprise Server |
| Description | MongoDB Enterprise is available as part of the MongoDB Enterprise Advanced subscription, which features the most comprehensive support and the best SLA when you run MongoDB on your own infrastructure. MongoDB Enterprise Advanced also gives you comprehensive operational tooling, advanced analytics and data visualization, platform integrations and certification, along with on-demand training for your teams. |
| Provider | IBM Corporation |
| Maintainer | Antoine Fievre <antoine.fievre@ibm.com> |
The following information was extracted from the containerfile and other sources.
| Repository name | ibm/mongodb-42-rhel7 |
| Image version | 1 |
| Architecture | amd64 |
| Exposed ports | 27017:mongodb |
apiVersion: v1
kind: Pod
metadata:
name: {POD-NAME}
namespace: {TARGET-NAMESPACE}
spec:
containers:
- name: "ibmz-mongodb-enterprise-database:<TAG>"
image: quay.io/ibm/ibmz-mongodb-enterprise-database:<TAG>
Then, use the following command line to import the image. Alternatively, this can be done via the OpenShift Dashboard GUI interface.
oc import-image quay.io/ibm/ibmz-mongodb-enterprise-database:<TAG> \ --from=quay.io/ibm/ibmz-mongodb-enterprise-database:<TAG>\ --confirm