Skip to content

rbecheras/docker-ubuntu-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-ubuntu-node

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:

Git Tags and Docker Tags

  • Any change on the branch master triggers a rebuild on docker hub and updates the docker tag latest

  • Any new pushed 1.x git tag triggers a rebuild on docker hub and updates the docker tag as 18.04-8 and carbon:

    • The first parts, 18.04 and bionic, gives the major version of Ubuntu LTS used as the base image
    • The second parts, 8 and carbon, gives the major version of NodeJS LTS installed in the image
  • 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.

License

MIT License

About

A NodeJS Docker image based on Ubuntu Minimal

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published