🐋 Node.js 14 LTS (Fermium) or Node.js 16 LTS (Gallium) with Git, Python and minimal build tools for node-gyp
Go to file
dependabot[bot] 7b2948ad4a
build(deps): bump docker/setup-buildx-action from 1.7.0 to 2.0.0 (#156)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-16 10:45:04 +00:00
.github build(deps): bump docker/setup-buildx-action from 1.7.0 to 2.0.0 (#156) 2022-05-16 10:45:04 +00:00
12 build: upgrade Alpine base image to 3.14 (#137) 2021-08-20 23:49:17 +02:00
14 build: upgrade Alpine base image to 3.14 (#137) 2021-08-20 23:49:17 +02:00
16 style: use gallium over 16 for base image 2021-11-15 18:16:28 +01:00
.editorconfig docs: use https links 2020-10-28 16:50:09 +00:00
.gitignore feat: initial commit 2017-06-29 18:35:47 +02:00
.hadolint.yaml refactor(sec): always install security updates 2021-05-11 14:33:24 +02:00
LICENSE docs: update license year 2022-02-17 12:48:53 +00:00
README.md docs: update npm version for Node.js 16 2022-02-17 12:46:18 +00:00

Node.js with Git Dockerfile

Docker Automated build buildx Status Lint Dockerfiles

A minimal Dockerfile based on Node.js 12 LTS (Erbium), Node.js 14 LTS (Fermium) or Node.js 16 LTS (Gallium) alpine with Git and ssh installed.

What's included

  • Node.js Node.js 12 LTS, Node.js 14 LTS or Node.js 16 LTS
  • npm 6 (< Node.js 16) or npm 8 (Node.js 16)
  • yarn
  • Git
  • ssh

Available platforms

These Dockerfiles leverage the new buildx functionality and offer the following platforms:

  • linux/amd64
  • linux/arm64
  • linux/arm/v7
  • linux/arm/v6
  • linux/ppc64le
  • linux/s390x

Built by (c) Tim Brust and contributors. Released under the MIT license.