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
master
triggers a rebuild on docker hub and updates the docker taglatest
-
Any new pushed
1.x
git tag triggers a rebuild on docker hub and updates the docker tag as18.04-8
andcarbon
:- The first parts,
18.04
andbionic
, gives the major version ofUbuntu LTS
used as the base image - The second parts,
8
andcarbon
, gives the major version ofNodeJS LTS
installed in the image
- The first parts,
-
Any the git tag
2.0.0
will be created and pushed when the next LTS of Ubuntu or Node.js will be released. And this line will be updated.