DockerImageRequest
DockerImageRequest is the request body for specifying a Docker image and its credentials.
Properties
referencestring optionalThe Docker image reference (e.g. registry/image:tag).- The credentials needed to pull the Docker image.
- ↳
usernamestring optionalThe username for authenticating with the Docker registry. - The password for authenticating with the Docker registry.