ContainerRegistryReference interface
A private container registry.
Properties
| identity |
The reference to the user assigned identity to use to access an Azure Container Registry instead of username and password. |
| password | The password to log into the registry server. |
| registry |
The registry URL. If omitted, the default is "docker.io". |
| username | The user name to log into the registry server. |
Property Details
identityReference
The reference to the user assigned identity to use to access an Azure Container Registry instead of username and password.
identityReference?: BatchNodeIdentityReference
Property Value
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