Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 989 Bytes

PipelineImage.md

File metadata and controls

12 lines (9 loc) · 989 Bytes

PipelineImage

Properties

Name Type Description Notes
Name string The name of the image. If the image is hosted on DockerHub the short name can be used, otherwise the fully qualified name is required here. [optional] [default to null]
Username string The username needed to authenticate with the Docker registry. Only required when using a private Docker image. [optional] [default to null]
Password string The password needed to authenticate with the Docker registry. Only required when using a private Docker image. [optional] [default to null]
Email string The email needed to authenticate with the Docker registry. Only required when using a private Docker image. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]