liuliangsir / alpine-nginx-nodejs

A tiny docker image for JavaScript with major stream workflow CI (like jenkins)

Home Page:https://cloud.docker.com/u/hoosin/repository/docker/hoosin/alpine-nginx-nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alpine-nginx-nodejs

A tiny docker image for JavaScript with major stream workflow CI (like jenkins), Only 72MB in size! ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰

The latest tag is currently:

  • nginx:1.15.7-alpine

  • libuv:latest

  • nodejs:10.16.0

  • npm:6.9.0

  • yarn:1.16.0

Tags

To use a specific combination of nginx and node.js see the following table of available image tags.

Tag Nginx version Node.js version Npm version Yarn version
latest 1.15.7-alpine 12.4.0 6.9.0 1.16.0
8.x 1.15.7-alpine 8.14.0 6.4.1 1.16.0
6.x 1.15.7-alpine 6.10.3 3.10.10 1.16.0

Hacking

To test changes locally, you can edit this image and rebuild it, replacing the hoosin/alpine-nginx-nodejs image on your machine:

docker build -t hoosin/alpine-nginx-nodejs .

To return to the official image:

docker pull hoosin/alpine-nginx-nodejs

Use as base image

FROM hoosin/alpine-nginx-nodejs:latest

Example

An example of using this image can be found in example.

About

A tiny docker image for JavaScript with major stream workflow CI (like jenkins)

https://cloud.docker.com/u/hoosin/repository/docker/hoosin/alpine-nginx-nodejs


Languages

Language:JavaScript 63.1%Language:HTML 15.9%Language:Dockerfile 12.2%Language:CSS 8.7%