Skip to main content

Interface: ManifestPushOptions

Properties

destination

destination: string

The destination of the manifest list to push. this can be the same as 'name' or a different one.

Example

"quay.io/myrepo/myotherdestination"

Defined in

packages/extension-api/src/extension-api.d.ts:455


name

name: string

The name of the manifest list to push

Example

"quay.io/myrepo/mymanifest"

Defined in

packages/extension-api/src/extension-api.d.ts:461


provider?

optional provider: ContainerProviderConnection

Defined in

packages/extension-api/src/extension-api.d.ts:463