rafecolton / docker-builder

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

Add build parameter `--skip` to skip build of certain containers #168

Open rafecolton opened 7 years ago

rafecolton commented 7 years ago

Add a parameter --skip to the build command to skip the build of certain containers. Alternatively, or in addition, hash the Dockerfile specified for that build step, store the info somewhere, and don't rebuild if the Dockerfile hasn't changed.