ContainerRegistry Class
A private container registry.
Constructor
ContainerRegistry(*, user_name: str | None = None, password: str | None = None, registry_server: str | None = None, identity_reference: _models.ComputeNodeIdentityReference | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
user_name
|
The user name to log into the registry server. Default value: None
|
|
password
|
The password to log into the registry server. Default value: None
|
|
registry_server
|
If omitted, the default is "docker.io". Default value: None
|
|
identity_reference
|
The reference to a user assigned identity associated with the Batch pool which a compute node will use. Default value: None
|
Variables
| Name | Description |
|---|---|
|
user_name
|
The user name to log into the registry server. |
|
password
|
The password to log into the registry server. |
|
registry_server
|
If omitted, the default is "docker.io". |
|
identity_reference
|
The reference to a user assigned identity associated with the Batch pool which a compute node will use. |