Does anyone know if there is a ruby docker image for Ruby 2.1?
I’ve tried here (https://hub.docker.com/r/circleci/ruby/tags/) and google so far
Does anyone know if there is a ruby docker image for Ruby 2.1?
I’ve tried here (https://hub.docker.com/r/circleci/ruby/tags/) and google so far
If there is not one in the circleci
namespace on Docker Hub, just start with a plain image (e.g. Alpine) and then build an image with the software you want. Custom images and private registries are supported.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.