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