remind101 / conveyor

A fast build system for Docker images.
http://engineering.remind.com/introducing-conveyor/
BSD 2-Clause "Simplified" License
221 stars 24 forks source link

Separate builder into conveyor/builder package. #11

Closed ejholmes closed 9 years ago

ejholmes commented 9 years ago

This looks bigger than it is. This just re-organizes things to separate out the Builder interface into it's own conveyor/builder package in prep for adding persistence and an API. Makes individual builder implementations easier to test and organize.

phobologic commented 9 years ago

:+1: