DockerBuildStepUpdateParameters interface

The properties for updating a docker build step.

Extends

Properties

arguments

The collection of override arguments to be used when executing this build step.

dockerFilePath

The Docker file path relative to the source context.

imageNames

The fully qualified image names including the repository and tag.

isPushEnabled

The value of this property indicates whether the image built should be pushed to the registry or not.

noCache

The value of this property indicates whether the image cache is enabled or not.

target

The name of the target build stage for the docker build.

type

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

contextAccessToken

The token (git PAT or SAS token of storage account blob) associated with the context for a step.

contextPath

The URL(absolute or relative) of the source context for the task step.

Property Details

arguments

The collection of override arguments to be used when executing this build step.

arguments?: Argument[]

Property Value

dockerFilePath

The Docker file path relative to the source context.

dockerFilePath?: string

Property Value

string

imageNames

The fully qualified image names including the repository and tag.

imageNames?: string[]

Property Value

string[]

isPushEnabled

The value of this property indicates whether the image built should be pushed to the registry or not.

isPushEnabled?: boolean

Property Value

boolean

noCache

The value of this property indicates whether the image cache is enabled or not.

noCache?: boolean

Property Value

boolean

target

The name of the target build stage for the docker build.

target?: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "Docker"

Property Value

"Docker"

Inherited Property Details

contextAccessToken

The token (git PAT or SAS token of storage account blob) associated with the context for a step.

contextAccessToken?: string

Property Value

string

Inherited From TaskStepUpdateParameters.contextAccessToken

contextPath

The URL(absolute or relative) of the source context for the task step.

contextPath?: string

Property Value

string

Inherited From TaskStepUpdateParameters.contextPath