rafecolton / docker-builder

Docker builder builds Docker images from a friendly config file.
MIT License
80 stars 11 forks source link

Clever ways to determine which containers/bobfiles to build #99

Open rafecolton opened 10 years ago

rafecolton commented 10 years ago

For example, "I'd like to build all containers specified in each Bobfile that lives in a directory in which at least one file was changed in the most recent git commit."

I'd like to use this thread to brainstorm different use cases, described as above - in plain English. They don't have to be git-related, though I think that is an area with a lot of opportunity.

Then, after we've brainstormed for a while, let's implement!