rafecolton / docker-builder

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

Add way to override some options (i.e. `--no-cache` for `docker build...`) #100

Open rafecolton opened 10 years ago

rafecolton commented 10 years ago

The main use case for this is overriding the --no-cache if specified in build_opts in the Bobfile, but there may be other use cases. This will allow vendor-specific optimization of builds, relayed as needed by a custom leader to the docker-builder follower.