1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. DockerImage

DockerImage

    A DockerImage describes a Docker image reference + optional credentials for use with aa job definition.

    Properties

    • reference string required
      The Docker image reference (e.g. registry/image:tag).
    • isDefault boolean optional
      IsDefault indicates to the workflow runner that it should use its build-in default image if available and ignore the specified reference.
    • credentials DockerImageCredentials optional
      The credentials needed to pull the Docker image.
    • username string required
      The username for authenticating with the Docker registry.
    • password SecretValue required
      The password for authenticating with the Docker registry.