Package version:

The Docker build step.

Hierarchy

Properties

arguments?: Argument[]

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

baseImageDependencies?: BaseImageDependency[]

List of base image dependencies for a step. NOTE: This property will not be serialized. It can only be populated by the server.

contextAccessToken?: string

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

contextPath?: string

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

dockerFilePath: string

The Docker file path relative to the source context.

imageNames?: string[]

The fully qualified image names including the repository and tag.

isPushEnabled?: boolean

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

noCache?: boolean

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

target?: string

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

type: "Docker"

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

Generated using TypeDoc