meteorhacks / meteord

MeteorD - Docker Runtime for Meteor Apps for Production Deployments
https://registry.hub.docker.com/u/meteorhacks/meteord/
MIT License
439 stars 371 forks source link

Will you be including support for meteor 1.4.* and NODE 4.* #119

Open virtuman opened 7 years ago

virtuman commented 7 years ago

Looks like it hasn't been updated for a while now and it's not buildable and runnable anymore since it pulls 1.4.1.2 meteor, but old NODE JS that is not supported by new meteor. Is this repo still maintained? Will you be making the updates to reflect latest versions of meteor and nodejs ?

rhyslbw commented 7 years ago

Best to close this issue as this repo is for < 1.4 https://github.com/meteorhacks/meteord/blob/master/README.md#use-kadirahqmeteord-for-meteor-14-and-above

virtuman commented 7 years ago

any possible examples how to use that repo? can't seem to be able to build successfully from that one as well.

According to this: https://github.com/kadirahq/meteord/blob/master/onbuild/Dockerfile

it's using the exact same meteorhacks/meteord:base image

rhyslbw commented 7 years ago

Try https://github.com/jshimko/meteor-launchpad

More about this here: https://github.com/meteor/guide/pull/575

virtuman commented 7 years ago

launchpad is great, but doesn't have phantomjs integrated, i wanted to see if anyone has a fairly small image with phantom 2.x .. mine is a bit heavy 1.5gb after all compiled and cleaned, with the app that is not even 30mb ...

jshimko commented 7 years ago

@virtuman Launchpad does have the option to install Phantom now.