rubocop / circleci-ruby-snapshot-image

Builds a Ruby nightly image and publishes it to Docker Hub
3 stars 3 forks source link

Store dockerfiles #1

Closed bquorning closed 6 years ago

bquorning commented 6 years ago

I got a bit worried about having a dependency on two other projects:

  1. https://github.com/bquorning/ruby-snapshot which would need to merge master from https://github.com/docker-library/ruby every now and then, and
  2. https://github.com/circleci/circleci-images which might change their build scripts without warning.

So I decided to