alpine/bundle

Sponsored OSS

By alpine

Updated over 4 years ago

This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Image
1

100K+

alpine/bundle repository overview

Notes

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.

Bundler: manage a Ruby application's gems

Auto-trigger docker build for bundler when new ruby release is announced

Repo:

https://github.com/alpine-docker/bundler

Daily build logs:

https://travis-ci.org/alpine-docker/bundler

Docker iamge tags:

tag is not bundler version, it is ruby version running in the containers

https://hub.docker.com/r/alpine/bundle/tags/

Usage:

# 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 

The Processes to build this image

  • Enable Travis CI cronjob on this repo to run build daily on master branch
  • Check if there are new tags/releases announced via Github REST API
  • Match the exist docker image tags via Hub.docker.io REST API
  • If not matched, build the image with latest version as tag and push to hub.docker.com
  • versions under 2.5.0 were manually built and pushed.

Tag summary

Content type

Image

Digest

Size

338.9 MB

Last updated

over 4 years ago

docker pull alpine/bundle

This week's pulls

Pulls:

164

Last week