Package version:

interface ImportSource {
    credentials?: ImportSourceCredentials;
    registryUri?: string;
    resourceId?: string;
    sourceImage: string;
}

Properties

Credentials used when importing from a registry uri.

registryUri?: string

The address of the source registry (e.g. 'mcr.microsoft.com').

resourceId?: string

The resource identifier of the source Azure Container Registry.

sourceImage: string

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').