ImageRegistryCredential interface
Image registry credential.
Properties
identity | The identity for the private registry. |
identity |
The identity URL for the private registry. |
password | The password for the private registry. |
server | The Docker image registry server without a protocol such as "http" and "https". |
username | The username for the private registry. |
Property Details
identity
The identity for the private registry.
identity?: string
Property Value
string
identityUrl
The identity URL for the private registry.
identityUrl?: string
Property Value
string
password
The password for the private registry.
password?: string
Property Value
string
server
The Docker image registry server without a protocol such as "http" and "https".
server: string
Property Value
string
username
The username for the private registry.
username?: string
Property Value
string