ImportSource interface
Properties
credentials | Credentials used when importing from a registry uri. |
registry |
The address of the source registry (e.g. 'mcr.microsoft.com'). |
resource |
The resource identifier of the source Azure Container Registry. |
source |
Repository name of the source image. Specify an image by repository ('hello-world'). This will use the 'latest' tag. Specify an image by tag ('hello-world:latest'). Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123'). |
Property Details
credentials
Credentials used when importing from a registry uri.
credentials?: ImportSourceCredentials
Property Value
registryUri
The address of the source registry (e.g. 'mcr.microsoft.com').
registryUri?: string
Property Value
string
resourceId
The resource identifier of the source Azure Container Registry.
resourceId?: string
Property Value
string
sourceImage
Repository name of the source image. Specify an image by repository ('hello-world'). This will use the 'latest' tag. Specify an image by tag ('hello-world:latest'). Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').
sourceImage: string
Property Value
string