ContainerConfiguration interface
The configuration for container-enabled pools.
Properties
container |
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. |
container |
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. |
Property Details
containerImageNames
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
If any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.
containerRegistries?: ContainerRegistry[]
Property Value
type
The container technology to be used.
type: string
Property Value
string