fabiodcorreia / docker-base-node

A custom NodeJS base image build with Alpine Linux

Home Page:https://hub.docker.com/r/fabiodcorreia/base-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Node Base Image

Maintenance Drone Status Latest Release GitHub Licence

MicroBadger Layers Docker Image Size (latest by date) Docker Pulls Docker Image Version (latest semver)

A custom NodeJS base image built with Alpine Linux.

Base Packages

  • nodejs
  • npm
  • yarn

Versioning

This image follows the Semantic Versioning pattern.

  • MAJOR version - Changes on Base Image version (1.0.0 to 2.0.0)
  • MINOR version - Changes on NodeJS version (12.17.0 to 12.18.0)
  • PATCH version - Package updates and other non breaking changes on the image
  • DRAFT version - Unstable build for review (Optional)

Version Mapping

Version 1.0 1.1 2.0
Base Image 1.x.x 1.x.x 2.x.x
NodeJS 12.17.0 12.18.0 12.17.0

When Base Image gets upgraded the major version is incremented, when NodeJS gets upgraded the minor version is incremented.

Tags

Tag Description
latest Latest version
1.0.0 Specific patch version
1.0 Specific minor version
1 Specific major version
1.0.0-arch Specific patch version to that arch
1.0-arch Specific minor version to that arch
1-arch Specific major version to that arch
test Branch version - DO NOT USE

The version tags are the same as the repository versioning tags but without the v. The test version is only for build purposes, it should not be pulled.

The arch can be one of the supported architectures described below.

Supported Architectures

Architecture Tag
x86-64 amd64
arm64 arm64v8
armhf arm32v7

Environment Variables

Name Description
PUID Set the UserID - Details
PGID Set the GroupID - Details
TZ Set the system timezone - Options

About

A custom NodeJS base image build with Alpine Linux

https://hub.docker.com/r/fabiodcorreia/base-node

License:GNU General Public License v3.0


Languages

Language:Shell 64.0%Language:Dockerfile 36.0%