buhrmi / docker-ruby-node

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

Home Page:https://hub.docker.com/r/timbru31/ruby-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Docker Automated build buildx Status Lint Dockerfiles

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

What's included

  • Ruby 3.0, 3.1, 3.2, 3.3
  • Node.js 18 LTS (Hydrogen) or Node.js 20 LTS (Iron)
  • 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.

About

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

https://hub.docker.com/r/timbru31/ruby-node

License:MIT License


Languages

Language:Dockerfile 100.0%