Skip to content

🐳 Ruby 2.6, 2.7 or 3.0 with Node.js 12 LTS (Erbium) or 14 LTS (Fermium) Docker image

License

Notifications You must be signed in to change notification settings

Mandrula/docker-ruby-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby 2.6, 2.7 or 3.0 with Node.js 12 or 14 LTS Dockerfile

Docker Automated build buildx Status Lint Dockerfiles

A minimal Dockerfile based on Ruby (2.6, 2.7 or 3.0) Dockerfile (regular, slim or alpine) with Node.js 12 LTS (Erbium) or Node.js 14 LTS (Fermium) installed. Please note, that the Node.js 12 LTS (Erbium) builds for alpine might be outdated due to Alpine's update policy.

What's included

  • Ruby 2.6, 2.7 or 3.0
  • Node.js 12 (Erbium) LTS or 14 LTS (Fermium)
  • npm 6 (latest for Node.js LTS v14 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 2.6, 2.7 or 3.0 with Node.js 12 LTS (Erbium) or 14 LTS (Fermium) Docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%