avvo / docker-ruby

Our base ruby image. Do not use the image, see https://github.com/avvo/docker-base instead
4 stars 1 forks source link

Use Avvo base OS images to include avvoenv #11

Closed matsadler closed 7 years ago

matsadler commented 7 years ago

Use the Avvo base OS images so all the images include avvoenv, allowing easy fetching of environment variables config as the container starts (as apposed to our current practice of setting it on deploy).

The rails-5 image was based on ruby:2.3-alpine rather than alpine, so it's a little bit of a bigger change there, but I think the end result should be the same. I've done that in a separate commit so I can always drop that and just merge the other stuff if that's objectionable.