NodeJS 6.4.0 docker image (x64) based on an up-to-date debian:jessie
8.7K
Autobuilded node image base on up-to-date debian:jessie (x64 architecture).
latest => 10.7.0 / branch master10.7.0 / branch 10.78.11.3 / branch 8.116.14.3 / branch 6.14This image is "one layer image", all RUN commands was group into one in order to reduce the final image size.
Moreover, every ADD or COPY commands point on an external URL instead of local files. So if you want to rebuild the image, it's not necessary to pull any git repository before, you could just do:
docker build -t "node:latest" https://bitbucket.org/jtof_fap/node/raw/master/Dockerfile
Node version is an argument (ARG) in Dockerfile, so you could change node version on the fly in build process.
docker build -t "node:10.7.0" --build-arg NODE_VERSION=10.7.0 https://bitbucket.org/jtof_fap/node/raw/master/Dockerfile
Version numbers are available here: [https://nodejs.org/dist/]
This image is automatically rebuilt when:
This image is based on an up-to-date debian image (insecurity/debian:jessie) and is automatically rebuild when base image is updated. For more information about this process, reports to:
https://hub.docker.com/r/insecurity/debian/
docker pull docker pull insecurity/node:latest
docker pull docker pull insecurity/node:10.7.0
docker pull docker pull insecurity/node:8.11.3
docker pull docker pull insecurity/node:6.14.3
Content type
Image
Digest
Size
88.3 MB
Last updated
almost 7 years ago
docker pull insecurity/node