ImageRegistryCredential
Image registry credential.
Properties
Name | Type | Required |
---|---|---|
server |
string | Yes |
username |
string | Yes |
password |
string | No |
server
Type: string
Required: Yes
Docker image registry server, without protocol such as http
and https
.
username
Type: string
Required: Yes
The username for the private registry.
password
Type: string
Required: No
The password for the private registry.