-3

How are official ruby images on Docker hub created? And what specifically are installed inside?

Are they just a docker build results of one of these files in official github repo https://github.com/docker-library/ruby ?

zmii
  • 4,123
  • 3
  • 40
  • 64

1 Answers1

1

If you go to https://hub.docker.com/_/ruby and click on any of the supported tags it will point you to the tag's Dockerfile.

Prusdrum
  • 625
  • 7
  • 15