ContainerRegistry interface
An interface representing ContainerRegistry.
Properties
password | The password to log into the registry server. |
registry |
The registry URL. If omitted, the default is "docker.io". |
user |
The user name to log into the registry server. |
Property Details
password
The password to log into the registry server.
password: string
Property Value
string
registryServer
The registry URL. If omitted, the default is "docker.io".
registryServer?: string
Property Value
string
userName
The user name to log into the registry server.
userName: string
Property Value
string