Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

route06/ruby-docker-images

Repository files navigation

ruby/ruby-docker-images

Built images are available here: https://hub.docker.com/r/rubylang/ruby/

How to build images

rake docker:build ruby_version=<Ruby version you want to build>

You can specify the specific revision in the master branch like:

rake docker:build ruby_version=master:ce798d08de

How to build images of 64bit ARM architecture

If you specify arch=arm64 option to the rake task, you can build images of 64bit ARM architecture:

rake docker:build arch=arm64 ruby_version=<Ruby version you want to build>

The default value of the arch option is amd64.

Author

Kenta Murata

License

MIT

About

Ruby Docker Images

Topics

Resources

Stars

Watchers

Forks

Languages

  • Ruby 52.9%
  • Dockerfile 28.7%
  • Shell 18.4%

AltStyle によって変換されたページ (->オリジナル) /