File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,14 @@ for MongoDB Docker images:
170
170
171
171
1. In the Operator [resource definition](../config/manager/manager.yaml), set the `MONGODB_IMAGE` and `MONGODB_REPO_URL` environment variables :
172
172
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
+
173
181
| Environment Variable | Description | Default |
174
182
|----|------------------------------|----|
175
183
| `MONGODB_IMAGE` | From the `MONGODB_REPO_URL`, absolute path to the MongoDB Docker image that you want to deploy. | `"mongodb-community-server"` |
You can’t perform that action at this time.
0 commit comments