DockerBuildStepUpdateParameters |
DockerBuildStepUpdateParameters.withArguments(List<Argument> arguments) |
Set the arguments property: The collection of override arguments to be used when executing this build step.
|
DockerBuildStepUpdateParameters |
DockerBuildStepUpdateParameters.withContextAccessToken(String contextAccessToken) |
Set the contextAccessToken property: The token (git PAT or SAS token of storage account blob) associated with the
context for a step.
|
DockerBuildStepUpdateParameters |
DockerBuildStepUpdateParameters.withContextPath(String contextPath) |
Set the contextPath property: The URL(absolute or relative) of the source context for the task step.
|
DockerBuildStepUpdateParameters |
DockerBuildStepUpdateParameters.withDockerFilePath(String dockerFilePath) |
Set the dockerFilePath property: The Docker file path relative to the source context.
|
DockerBuildStepUpdateParameters |
DockerBuildStepUpdateParameters.withImageNames(List<String> imageNames) |
Set the imageNames property: The fully qualified image names including the repository and tag.
|
DockerBuildStepUpdateParameters |
DockerBuildStepUpdateParameters.withIsPushEnabled(Boolean isPushEnabled) |
Set the isPushEnabled property: The value of this property indicates whether the image built should be pushed to
the registry or not.
|
DockerBuildStepUpdateParameters |
DockerBuildStepUpdateParameters.withNoCache(Boolean noCache) |
Set the noCache property: The value of this property indicates whether the image cache is enabled or not.
|
DockerBuildStepUpdateParameters |
DockerBuildStepUpdateParameters.withTarget(String target) |
Set the target property: The name of the target build stage for the docker build.
|