A NodeJS Docker image based on Ubuntu LTS Minimal, ready to use as a base image for development, testing or production environments on projects running LTS on Ubuntu.
This repository contains a Dockerfile used for auto-build on docker hub.
The ubuntu-node image is published on Docker Hub at that URL
Node.js is bundled with the latest npm and yarn package managers.
See:
- Docker Home
- Docker Hub
- Ubuntu Home
- Minimal Ubuntu, on public clouds and Docker Hub
- Ubuntu on Docker Hub
- NodeJS Home
- NodeJS on Docker Hub
- Yarn Home
- npm Home
-
Any change on the branch
mastertriggers a rebuild on docker hub and updates the docker taglatest -
Any new pushed
1.xgit tag triggers a rebuild on docker hub and updates the docker tag as18.04-8andcarbon:- The first parts,
18.04andbionic, gives the major version ofUbuntu LTSused as the base image - The second parts,
8andcarbon, gives the major version ofNodeJS LTSinstalled in the image
- The first parts,
-
Any the git tag
2.0.0will be created and pushed when the next LTS of Ubuntu or Node.js will be released. And this line will be updated.