Documentation ¶
Index ¶
- func Add(ctx context.Context, name string, options image.ManifestAddOpts) (string, error)
- func Create(ctx context.Context, names, images []string, all *bool) (string, error)
- func Inspect(ctx context.Context, name string) (*manifest.Schema2List, error)
- func Push(ctx context.Context, name string, destination *string, all *bool) (string, error)
- func Remove(ctx context.Context, name, digest string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
Add adds a manifest to a given manifest list. Additional options for the manifest can also be specified. The ID of the new manifest list is returned as a string
func Create ¶
Create creates a manifest for the given name. Optional images to be associated with the new manifest can also be specified. The all boolean specifies to add all entries of a list if the name provided is a manifest list. The ID of the new manifest list is returned as a string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.