wetopi/nodejs
Used it as starting point in node microservices.
Use nodejs version numbers
docker build -t wetopi/nodejs:8.9.4 .
docker push wetopi/nodejs:8.9.4
git commit
git tag 8.9.4
git push bitb master && git push bitb --tags
Remove a tag to rebuild an image
TAG=8.9.4 && git tag --delete ${TAG} && git push bitb --delete ${TAG}
docker pull wetopi/nodejs