Skip to content

Commit f3647e3

Browse files
authored
(DOCSP-30111): Added official image advantages. (#1301)
* (DOCSP-30111): Added official image advantages. * (DOCSP-30111): Incorporated Sebastian's and Nam's feedback.
1 parent 8c2e684 commit f3647e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/install-upgrade.md

+8
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,14 @@ for MongoDB Docker images:
170170

171171
1. In the Operator [resource definition](../config/manager/manager.yaml), set the `MONGODB_IMAGE` and `MONGODB_REPO_URL` environment variables:
172172

173+
**NOTE:** Use the official
174+
[MongoDB Community Server images](https://hub.docker.com/r/mongodb/mongodb-community-server).
175+
Official images provide the following advantages:
176+
177+
- They are rebuilt daily for the latest upstream
178+
vulnerability fixes.
179+
- MongoDB tests, maintains, and supports them.
180+
173181
| Environment Variable | Description | Default |
174182
|----|------------------------------|----|
175183
| `MONGODB_IMAGE` | From the `MONGODB_REPO_URL`, absolute path to the MongoDB Docker image that you want to deploy. | `"mongodb-community-server"` |

0 commit comments

Comments
 (0)