Skip to content

the base ruby docker image we use for ruby projects

License

Notifications You must be signed in to change notification settings

xe-gr/ruby-base-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xe.gr Ruby base image

The base Ruby docker image we use for ruby projects. View this image in docker hub.

building

Run the build script in the root directory of the repo. To update the image version change the IMAGE_VERSION variable of the build script.

pushing to registry

Push the image to docker registry. Assuming we built version 2.6.6-1 run:

docker push "xegr/ruby-base:2.6.6-1"

upgrading ruby

Change the FROM directive at the beggining of the Dockerfile and also update the RUBY_VERSION variable in the build script.

About

the base ruby docker image we use for ruby projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published