Skip to content

Commit d07b91e

Browse files
committed
Add zodern/meteor to list of images
1 parent 8d7805f commit d07b91e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/docs.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,14 @@ The `--cached-build` option will use the build from the last time you deployed t
253253

254254
Mup supports Meteor 1.2 and newer, though you might need to change the docker image in your mup config.
255255

256-
| Meteor version | Docker image | Notes |
256+
| Meteor version | Docker image | Prepare Bundle | Notes |
257257
| --- | --- | --- |
258-
| 1.2 - 1.3 | `kadirahq/meteord` | This is the default docker image. When using Meteor 1.2, `app.buildOptions.serverOnly` should be false. |
259-
| 1.4 - 1.5 | `abernix/meteord:base` | |
260-
| 1.6 | `abernix/meteord:node-8.4.0-base` | |
258+
| 1.2 - 1.3 | `kadirahq/meteord` | false | This is the default docker image. When using Meteor 1.2, `app.buildOptions.serverOnly` should be false. |
259+
| 1.4 - 1.5 | `abernix/meteord:base` | true | |
260+
| 1.6 | `abernix/meteord:node-8.4.0-base` | true | |
261+
| 1.2 - 1.6 | `zodern/meteor:root` | true | Automatically uses the correct node version. |
262+
263+
When using an image that supports `Prepare Bundle`, deployments are easier to debug and more reliable.
261264

262265
## Build Options
263266

0 commit comments

Comments
 (0)