GitHub - timbru31/docker-ruby-node: 🐳 Ruby 3.2, 3.3, 3.4, 4.0 with Node.js 20 LTS (Iron), Node.js 22 LTS (Jod) or Node.js 24 LTS (Krypton) Docker image

Docker Automated build buildx Status Lint Dockerfiles

A minimal Dockerfile based on Ruby (3.2, 3.3, 3.4 or 4.0) Dockerfile (regular, slim or alpine) with Node.js 20 LTS (Iron), Node.js 22 LTS (Jod) or Node.js 24 LTS (Krypton) installed.

What's included

  • Ruby 3.2, 3.3, 3.4, 4.0
  • Node.js 20 LTS (Iron), Node.js 22 LTS (Jod) or Node.js 24 LTS (Krypton)
  • bundled npm that comes with the respective Node.js version (latest for Node.js LTS on alpine, see why)
  • yarn

Available platforms

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

  • linux/amd64
  • linux/arm64
  • linux/arm/v7 (not for Node.js >= 24)
  • linux/arm/v6 (not for regular or slim)
  • linux/386 (not for regular or slim)
  • linux/ppc64le (not for regular or slim)
  • linux/s390x (not for regular or slim)

Built by (c) Tim Prüssing and contributors. Released under the MIT license.