|
| 1 | +.. _k8s-container-images: |
| 2 | + |
| 3 | +================ |
| 4 | +Container Images |
| 5 | +================ |
| 6 | + |
| 7 | +.. default-domain:: mongodb |
| 8 | + |
| 9 | +.. contents:: On this page |
| 10 | + :local: |
| 11 | + :backlinks: none |
| 12 | + :depth: 1 |
| 13 | + :class: singlecol |
| 14 | + |
| 15 | +.. include:: /includes/styles/corrections.rst |
| 16 | + |
| 17 | +.. note:: |
| 18 | + MongoDB rebuilds |k8s-op-short| images daily for the latest |
| 19 | + operating system and supporting library updates. |
| 20 | + |
| 21 | +|k8s-op-short| Image Operating System |
| 22 | +------------------------------------- |
| 23 | + |
| 24 | +|k8s-op-short| images are built with the latest versions of the |
| 25 | +following operating systems: |
| 26 | + |
| 27 | +.. list-table:: |
| 28 | + :header-rows: 1 |
| 29 | + :widths: 50 50 |
| 30 | + |
| 31 | + * - Registry |
| 32 | + - Image OS |
| 33 | + |
| 34 | + * - Quay.io |
| 35 | + - `Ubuntu 16.04 <https://www.ubuntu.com/containers>`__ |
| 36 | + |
| 37 | + `Red Hat UBI 8 <https://www.redhat.com/en/topics/containers>`__ |
| 38 | + |
| 39 | + * - Red Hat Catalog |
| 40 | + - `Red Hat UBI 8 <https://www.redhat.com/en/topics/containers>`__ |
| 41 | + |
| 42 | +Resource Images |
| 43 | +--------------- |
| 44 | + |
| 45 | +When you install the |k8s-op-short|, it pulls the following images from |
| 46 | +a container registry: |
| 47 | + |
| 48 | +.. list-table:: |
| 49 | + :header-rows: 1 |
| 50 | + :widths: 50 50 |
| 51 | + |
| 52 | + * - Image Name |
| 53 | + - Description |
| 54 | + |
| 55 | + * - ``mongodb-enterprise-appdb`` |
| 56 | + - Application Database image. |
| 57 | + |
| 58 | + * - ``mongodb-enterprise-init-appdb`` |
| 59 | + - ``initContainer`` image that contains the Application Database |
| 60 | + start-up scripts and the readiness probe. |
| 61 | + |
| 62 | + * - ``mongodb-enterprise-database`` |
| 63 | + - MongoDB Database environment image. |
| 64 | + |
| 65 | + * - ``mongodb-enterprise-init-database`` |
| 66 | + - ``initContainer`` image that contains the MongoDB Agent start-up |
| 67 | + scripts and the readiness probe. |
| 68 | + |
| 69 | + * - ``mongodb-enterprise-ops-manager`` |
| 70 | + - Ops Manager image. |
| 71 | + |
| 72 | + * - ``mongodb-enterprise-init-ops-manager`` |
| 73 | + - ``initContainer`` image that contains the Ops Manager start-up |
| 74 | + scripts and the readiness probe. |
| 75 | + |
| 76 | +.. note:: |
| 77 | + |
| 78 | + Images from Quay.io use Ubuntu 16.04 by default. Append |
| 79 | + ``-ubi`` to an image name to retrieve a version that uses |
| 80 | + Red Hat UBI 8. |
0 commit comments