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 EE Database image is used to run MongoDB EE databases provisioned by IBMz MongoDB EE Operator. The IBMz MongoDB EE Operator to run MongoDB EE in OpenShift clusters
apiVersion: v1
kind: Pod
metadata:
name: {POD-NAME}
namespace: {TARGET-NAMESPACE}
spec:
containers:
- name: "ibmz-mongodb-ee-database:<TAG>"
image: quay.io/ibm/ibmz-mongodb-ee-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-ee-database:<TAG> \ --from=quay.io/ibm/ibmz-mongodb-ee-database:<TAG>\ --confirm