build.v1.dockerStrategyOptions
"DockerStrategyOptions contains extra strategy options for container image builds"
Index
Fields
fn withBuildArgs
withBuildArgs(buildArgs)
"Args contains any build arguments that are to be passed to Docker. See https://docs.docker.com/engine/reference/builder/#/arg for more details"
fn withBuildArgsMixin
withBuildArgsMixin(buildArgs)
"Args contains any build arguments that are to be passed to Docker. See https://docs.docker.com/engine/reference/builder/#/arg for more details"
Note: This function appends passed data to existing values
fn withNoCache
withNoCache(noCache)
"noCache overrides the docker-strategy noCache option in the build config"