nodesource / docker-node

Dockerfiles for building docker images with the NodeSource Node.js binaries baked in.
MIT License
192 stars 22 forks source link

Node 7? Update Node 6 LTS #59

Open joaovieira opened 7 years ago

joaovieira commented 7 years ago

Node 6 LTS version is slightly off (v6.7.0 vs v6.9.1) which deserves an update.

How about adding new Node 7 images?

We now have some dependencies on these Node images in Production, so I'd also like to ask what's your commitment on keeping these in sync with the official node repo?

Cheers

TheSisb commented 7 years ago

+1. Could really use the upgrade.

netproteus commented 7 years ago

Is this project dead now? Haven't been any updates for months

PyroSA commented 7 years ago

Also interested in this.

We based our image on an old Ubuntu 6 dockerfile, and would like to update it to LTS (6.9.5 already).

Honestly considering just rolling our own again.

PyroSA commented 7 years ago

6.10 is now out.

I was under the impression this has been automated, is there any intention to still update it, or should we just roll our own?

rmharrison commented 7 years ago

I haven't found a good source of ubuntu-node installations, so I was attempting to build node v7 and latest node v6, followed by a PR.

Unfortunately, I'm having installation problems with the dante test runner, see: https://github.com/retrohacker/dante/issues/6

Question for everyone: Does anyone have a good source for ubuntu-node docker images?

Questions for maintainers (@retrohacker ?):