This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
100K+
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
The official image ruby has included the tool of bundle.
Auto-trigger docker build for bundler when new ruby release is announced
https://github.com/alpine-docker/bundler
https://travis-ci.org/alpine-docker/bundler
tag is not bundler version, it is ruby version running in the containers
https://hub.docker.com/r/alpine/bundle/tags/
# must mount the local folder to /apps in container.
$ docker run -ti -v $(pwd):/apps alpine/bundle:2.4.2 bash
$ bundle install
$ bundle exec rake
# run bundle container as command
alias bundle="docker run -ti --rm -v $(pwd):/apps alpine/bundle:2.4.2 bundle "
bundle --help
2.5.0 were manually built and pushed.Content type
Image
Digest
Size
338.9 MB
Last updated
over 4 years ago
docker pull alpine/bundlePulls:
164
Last week