Sign inSign up

etventure/ruby-base

By etventure

•Updated over 10 years ago

Ruby base image with some time consuming base operations.

Image
1

894

etventure/ruby-base repository overview

⁠Custom ruby base image

GitHub Repo⁠ | Docker Hub Repo⁠

Custom ruby image adding some install-time consuming gems and dependencies.

⁠Usage

FROM etventure/ruby-base

ADD Gemfile* /opt/app/
RUN bundle install --binstubs

ADD . /opt/app/

CMD ["./bin/fancy-server-of-doom"]

Tag summary

Content type

Image

Digest

Size

312.6 MB

Last updated

over 10 years ago

docker pull etventure/ruby-base