Share via


BatchContainerConfiguration interface

The configuration for container-enabled Pools.

Properties

containerImageNames

The collection of container Image names. This is the full Image reference, as would be specified to "docker pull". An Image will be sourced from the default Docker registry unless the Image is fully qualified with an alternative registry.

containerRegistries

Additional private registries from which containers can be pulled. If any Images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.

type

The container technology to be used.

Possible values: "dockerCompatible", "criCompatible"

Property Details

containerImageNames

The collection of container Image names. This is the full Image reference, as would be specified to "docker pull". An Image will be sourced from the default Docker registry unless the Image is fully qualified with an alternative registry.

containerImageNames?: string[]

Property Value

string[]

containerRegistries

Additional private registries from which containers can be pulled. If any Images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.

containerRegistries?: ContainerRegistryReference[]

Property Value

type

The container technology to be used.

Possible values: "dockerCompatible", "criCompatible"

type: string

Property Value

string