buccolo / builder_beer

Build docker containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Builder beer

Builds your docker containers while you relax with a beer.

This is lame: it is just a resque worker than does docker build and docker push. It can be triggered from a sinatra webhook. That's it.

Installation

Make sure you have redis and docker available (e.g. https://github.com/boot2docker/boot2docker on OSX).

git clone https://github.com/rlister/builder_beer
cd builder_beer
bundle exec foreman start
curl -i 'http://localhost:9292/build?repo=org/repo:branch&image=index.example.com/repo:branch'

Right now builder assumes you have a Dockerfile in your repo. This will be relaxed in later versions.

About

Build docker containers


Languages

Language:Ruby 100.0%