A minimal Dockerfile based on Node.js 18 LTS (Hydrogen), Node.js 20 LTS (Iron) or Node.js 22 LTS (Jod) alpine with Git and ssh installed.
- Node.js 18 LTS (Hydrogen), Node.js 20 LTS (Iron) or Node.js 22 LTS (Jod)
- npm 10
- yarn
- Git
- ssh
These Dockerfiles leverage the new buildx
functionality and offer the following platforms:
- linux/amd64
- linux/arm64
- linux/arm/v7
- linux/arm/v6
- linux/ppc64le (not for Node.js 22 LTS (Jod))
- linux/s390x
Built by (c) Tim Brust and contributors. Released under the MIT license.