iron-io / dockers

Uber tiny Docker images for all the things.
http://www.iron.io
MIT License
1.59k stars 139 forks source link

Node v5 (for new NPM) #21

Closed willrstern closed 8 years ago

willrstern commented 8 years ago

a node v5 version would be great. It includes NPM 3 which has some awesome improvements.

treeder commented 8 years ago

Need to wait for the Node 5 alpine package....

Toilal commented 8 years ago

As an alternative, here's an alpine based node container built from sources : https://github.com/mhart/alpine-node

willrstern commented 8 years ago

@Toilal That's actually the one I'm going with in the meantime. Thanks!

treeder commented 8 years ago

I updated the iron/node images to use mhart's for node 5 for the time being.

docker run --rm iron/node node -v
v5.5.0