DockerImage
A DockerImage describes a Docker image reference + optional credentials for use with aa job definition.
Properties
referencestring requiredThe Docker image reference (e.g. registry/image:tag).isDefaultboolean optionalIsDefault indicates to the workflow runner that it should use its build-in default image if available and ignore the specified reference.- The credentials needed to pull the Docker image.
- ↳
usernamestring requiredThe username for authenticating with the Docker registry. - The password for authenticating with the Docker registry.