docker-builder
docker-builder copied to clipboard
Add build parameter `--skip` to skip build of certain containers
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.