ImportImageParameters interface
Properties
mode | When Force, any existing target tags will be overwritten. When NoForce, any existing target tags will fail the operation before any copying begins. |
source | The source of the image. |
target |
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). |
untagged |
List of strings of repository names to do a manifest only copy. No tag will be created. |
Property Details
mode
When Force, any existing target tags will be overwritten. When NoForce, any existing target tags will fail the operation before any copying begins.
mode?: string
Property Value
string
source
targetTags
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).
targetTags?: string[]
Property Value
string[]
untaggedTargetRepositories
List of strings of repository names to do a manifest only copy. No tag will be created.
untaggedTargetRepositories?: string[]
Property Value
string[]