strongloop / strong-pm

deployer for node applications
http://strong-pm.io
Other
1k stars 71 forks source link

docker: use official node image as base #187

Closed rmg closed 9 years ago

rmg commented 9 years ago

nodesource/node has been deprecated and the replacement doesn't get updated as quickly as the official image.

Also change the Dockerfile to pull strong-pm from npm instead of the production branch of the strongloop/strong-pm repo.

rmg commented 9 years ago

The major downside to this is the official node image is a lot larger than the nodesource one.. but it is based on buildpack-deps, so it is far more likely that a user will have the majority of the image's layers already downloaded.

kraman commented 9 years ago

LGTM

kraman commented 9 years ago

On a side note, do you know what UID ends up being strong-pm?

rmg commented 9 years ago

1000