Simple docker image to help with building node based project for docker. 2 version:
alpinedebian-> name by it's release name, e.g.:buster
The version naming uses tha major and minor version of the underlying node version. The build
number is used to increment any changes implemented in the node-builder docker image.
node major.node minor.node-builder version
There is not integration with docker hub at the moment. As result, do the following to push:
make build
make push
To check the content of an existing image, do:
docker run --rm -it node:14.15.4-alpine3.12 sh
- Create
alpineandbusterimage for node 14.15.4
- Initial release for both
alpineandbuster - Base code from former
fp8-node-builderproject