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.
The main use case for this is overriding the
--no-cache
if specified inbuild_opts
in theBobfile
, but there may be other use cases. This will allow vendor-specific optimization of builds, relayed as needed by a custom leader to thedocker-builder
follower.