Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImportImageParameters

Package version

Hierarchy

  • ImportImageParameters

Index

Properties

Optional 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

source: ImportSource

The source of the image.

Optional targetTags

targetTags: string[]

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

Optional untaggedTargetRepositories

untaggedTargetRepositories: string[]

List of strings of repository names to do a manifest only copy. No tag will be created.

Generated using TypeDoc