ImportImageParameters

ImportImageParameters schema from Azure Container Registry API

AzureContainer ImagesContainersDockerRegistry

Properties

Name Type Description
mode string When Force, any existing target tags will be overwritten. When NoForce, any existing target tags will fail the operation before any copying begins.
source object The source of the image.
targetTags array List of strings of the form repo[:tag]. When tag is omitted the source will be used (or 'latest' if source tag is also omitted).
untaggedTargetRepositories array List of strings of repository names to do a manifest only copy. No tag will be created.
View JSON Schema on GitHub