🐋 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] d4211ebb5f
build(deps): bump docker/build-push-action from 2 to 2.4.0 (#125)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 2.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v2.4.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 08:14:39 +00:00
.github build(deps): bump docker/build-push-action from 2 to 2.4.0 (#125) 2021-05-12 08:14:39 +00:00
12 refactor(sec): always install security updates 2021-05-11 14:33:24 +02:00
14 refactor(sec): always install security updates 2021-05-11 14:33:24 +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 refactor!: drop support for Node.js v10 (EOL) 2021-05-11 14:35:02 +02:00

Node.js with Git Dockerfile

Docker Automated build buildx Status Lint Dockerfiles

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

What's included

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