Skip to content

Docker image build scripts for Debian and Ubuntu using the NodeSource Node.js repository

Notifications You must be signed in to change notification settings

hengkiardo/docker-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-node

Dockerfiles for building Debian and Ubuntu images with the NodeSource Node.js binaries baked in. Automated via Docker Hub: https://registry.hub.docker.com/u/nodesource/node/.

node

Structure

We have a folder setup for each distrubtion of linux, inside each folder you will find a collection of supported versions of that distribution. All builds are automated.

Ubuntu-based images

  • Ubuntu 12.04 LTS (Precise Pangolin) - docker pull nodesource/node:precise
  • Ubuntu 14.04 LTS (Trusty Tahr) - docker pull nodesource/node:trusty

Debian-based images

  • Debian 7 / stable (wheezy) - docker pull nodesource/node:wheezy
  • Debian testing (jessie) - docker pull nodesource/node:jessie
  • Debian unstable (sid) - docker pull nodesource/node:sid

RPM-Based images

  • Fedora 20 (Heisenbug) - docker pull nodesource/node:heisenbug
  • CentOS 5 - docker pull nodesource/node:centos5
  • CentOS 6 - docker pull nodesource/node:centos6
  • CentOS 7 - docker pull nodesource/node:centos7

Following after the Node.js image maintained by the Docker team, nodesource/node:latest is an alias to nodesource/node:jessie.

docker pull nodesource/node:latest

NOTE docker pull nodesource/node will download all tags for the docker image, which is roughly 8GB. We urge you to pick a tag when downloading. Example: docker pull nodesource/node:jessie

About

Docker image build scripts for Debian and Ubuntu using the NodeSource Node.js repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%