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

DockerImageRequest

    DockerImageRequest is the request body for specifying a Docker image and its credentials.

    Properties

    • reference string optional
      The Docker image reference (e.g. registry/image:tag).
    • credentials DockerImageCredentialsRequest optional
      The credentials needed to pull the Docker image.
    • username string optional
      The username for authenticating with the Docker registry.
    • password SecretValue optional
      The password for authenticating with the Docker registry.