🐋 Node.js 14 LTS (Fermium) or Node.js 16 LTS (Gallium) with Git, Python and minimal build tools for node-gyp
Go to file
Tim Brust 95c8a67ece
feat: reenable s390x for Node 16 (#139)
* feat: reenable s390x for Node 16

* Update README.md
2021-08-20 23:52:26 +02:00
.github feat: reenable s390x for Node 16 (#139) 2021-08-20 23:52:26 +02: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 feat: adds Node.js 16 flavor 2021-08-10 12:04:14 +02: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 2021-01-05 18:09:32 +00:00
README.md feat: reenable s390x for Node 16 (#139) 2021-08-20 23:52:26 +02: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 (Gallium) alpine with Git and ssh installed.

What's included

  • Node.js Node.js 12 LTS, Node.js 14 LTS or Node.js 16
  • npm 6 (< Node.js 16) or npm 7 (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.