Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImportSource

Package version

Hierarchy

  • ImportSource

Index

Properties

Optional credentials

Credentials used when importing from a registry uri.

Optional registryUri

registryUri: undefined | string

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

Optional resourceId

resourceId: undefined | string

The resource identifier of the source Azure Container Registry.

sourceImage

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

Generated using TypeDoc