Sign inSign up

rbecheras/ubuntu-node

By rbecheras

Updated about 8 years ago

A NodeJS Docker image based on Ubuntu Minimal

Image
1

2.2K

rbecheras/ubuntu-node repository overview

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

Tag summary

Content type

Image

Digest

Size

127.8 MB

Last updated

about 8 years ago

docker pull rbecheras/ubuntu-node