ymedlop/npm-cache-resource

make separate docker images of major node versions

Closed this issue · 3 comments

mhart/alpine-node has various images for the versions of node available.

As you know, npm has different behaviour across versions.

Full install built with npm:

  • latest, 7, 7.4, 7.4.0 – 54.16 MB (npm 4.0.5)
  • 6, 6.9, 6.9.3 – 49 MB (npm 3.10.10)
  • 4, 4.7, 4.7.1 – 36.14 MB (npm 2.15.11)
  • 0.12, 0.12.18 – 33.36 MB (npm 2.15.11)
  • 0.10, 0.10.48 – 28.16 MB (npm 2.15.11)

Hi,

I updated the repo with branches by node-alpine tags and I added docker images tags by node-alpine tags .

I hope to receive your feedback

smashing sir! Testing it out now.

As far as I can tell, this ticket is solved. thanks!