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

DockerImageCredentials

    DockerImageCredentials describes the credentials needed to access a Docker repository.

    Properties

    • username string required
      The username for authenticating with the Docker registry.
    • password SecretValue required
      The password for authenticating with the Docker registry.
    • secret string required
      The secret value in plaintext.
    • ciphertext array[string] optional
      The encrypted representation of the secret value.