Provides a base image to run node.js applications in: stocard/node:X.Y
You can try it out by: docker run -it stocard/node:8.11 node
It currently builds three different base images:
- newest minor semver of node 8
- node version 8.x
- node version 10.x
The size is ~26MB.
The base image is based on node:x.x-alpine (https://hub.docker.com/_/node/).
It also includes:
bashcurl
and has tini-init from https://github.com/krallin/tini
- Add a new
- env: NODE=<<MAJOR_OR_MINOR_VERSION>>line tomatrix includeblock. Don't forget to insert a version! - Also update the description above to add the new version.
