Skip to content

🐳 Ruby 3.1, 3.2, 3.3 or 3.4 with Node.js 18 LTS (Hydrogen), Node.js 20 LTS (Iron) or Node.js 22 LTS (Jod) Docker image

License

Notifications You must be signed in to change notification settings

timbru31/docker-ruby-node

Folders and files

NameName
Last commit message
Last commit date
Mar 17, 2025
Feb 17, 2022
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Nov 4, 2020
Sep 8, 2017
Aug 15, 2023
Jan 19, 2025
Jan 14, 2025

Repository files navigation

Ruby 3.1, 3.2, 3.3 or 3.4 with Node.js 18 LTS, Node.js 20 LTS or Node.js 22 Dockerfile

Docker Automated build buildx Status Lint Dockerfiles

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

What's included

  • Ruby 3.1, 3.2, 3.3, 3.4
  • Node.js 18 LTS (Hydrogen), Node.js 20 LTS (Iron) or Node.js 22 LTS (Jod)
  • 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
  • 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 Brust and contributors. Released under the MIT license.