https://github.com/timbru31/docker-ruby-node
🐳 Ruby 3.2, 3.3 or 3.4 with Node.js 20 LTS (Iron) or Node.js 22 LTS (Jod) Docker image
https://github.com/timbru31/docker-ruby-node
alpine docker dockerfile iron jod linux node nodejs ruby
Last synced: 6 months ago
JSON representation
🐳 Ruby 3.2, 3.3 or 3.4 with Node.js 20 LTS (Iron) or Node.js 22 LTS (Jod) Docker image
- Host: GitHub
- URL: https://github.com/timbru31/docker-ruby-node
- Owner: timbru31
- License: mit
- Created: 2017-06-12T11:49:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-17T08:36:22.000Z (6 months ago)
- Last Synced: 2025-06-17T09:43:09.718Z (6 months ago)
- Topics: alpine, docker, dockerfile, iron, jod, linux, node, nodejs, ruby
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/timbru31/ruby-node
- Size: 646 KB
- Stars: 65
- Watchers: 2
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Ruby 3.2, 3.3 or 3.4 with Node.js 20 LTS or Node.js 22 Dockerfile
[](https://hub.docker.com/r/timbru31/ruby-node/)
[](https://github.com/timbru31/docker-ruby-node/actions?query=workflow%3Abuildx)
[](https://github.com/timbru31/docker-ruby-node/actions?query=workflow%3A%22Lint+Dockerfiles%22)
A minimal Dockerfile based on Ruby (3.2, 3.3 or 3.4) Dockerfile (regular, slim or alpine) with Node.js 20 LTS (Iron) or Node.js 22 LTS (Jod) installed.
## What's included
- Ruby 3.2, 3.3, 3.4
- 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](https://gitlab.alpinelinux.org/alpine/aports/-/commit/25b10bd1a93e12a7e49fee38b0a229281ae49fb7))
- 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.