zodern / meteor-up

Production Quality Meteor Deployment to Anywhere
http://meteor-up.com/
MIT License
1.27k stars 280 forks source link

Which docker image can I use for meteor 1.11.1 with node 12.8.4? #1198

Open zhukovsp opened 4 years ago

zhukovsp commented 4 years ago

Hello! I'd like to update my meteor project to last version 1.11.1 and deploy it with meteor up but I faced with any deploy errors because node version changed to 12.8.4. abernix/meteord:node-12-base uses node 12.6.4 Could you help with the image can I use for project on meteor 1.11.1?

eugle commented 4 years ago

Same question

maxfi commented 4 years ago

https://github.com/abernix/meteord/pull/55 is waiting to be merged and should resolve this.

mtwalsh commented 3 years ago

Doesn't seem like the abernix pull request is going to be merged in any time soon. Just wondered if @zodern had any plans to take this under their wing? Seems like it's a pretty key element of Mup so perhaps something to consider. Or is it possible to use this: https://github.com/zodern/meteor-docker?

zodern commented 3 years ago

You can use the zodern/meteor image with any Meteor version from Meteor 1.2 - Meteor 2 since it automatically uses the correct Node version. I plan to make it Meteor Up's default image in the future, possibly in mup 1.6.

mtwalsh commented 3 years ago

@zodern Awesome, sounds good. I'm just testing that Docker image (zodern/meteor) and it looks good (with Meteor 1.12):

image