risingstack/alpine

By risingstack

Updated over 8 years ago

Alpine-based Node.js images

Image
60

100K+

risingstack/alpine repository overview

RisingStack Docker Images

In this repo you can find different Linux distributions with Node.js.

Tags

The tags has the following format: X-Y-X, where:

  • X stands for the version of the OS of the base image
  • Y stands for the Node.js version included in the image
  • Z stands for general semantic version of this repository

For first it may seem strange / too complex, but with this you can be sure that you are using immutable Docker images, as we will never overwrite existing tags.

You can find all the images and tags on the RisingStack Docker Hub.

Usage

FROM risingstack/alpine:3.3-v4.2.6-1.1.3

COPY package.json package.json
RUN npm install

# Add your source files
COPY . .
CMD ["npm","start"]

Alpine-based images

Alpine linux

  • Node.js v4.2.4: docker pull risingstack/alpine:3.3-v4.2.6-1.1.3
  • Node.js v5.3.0: docker pull risingstack/alpine:3.3-v5.5.0-1.1.3

Tag summary

Content type

Image

Digest

Size

90.9 MB

Last updated

over 8 years ago

docker pull risingstack/alpine:3.7-v8.10.0-4.8.0