Documentation ¶
Index ¶
- func AnnotateManifestList(ctx context.Context, manifestName, imageName, os, arch, variant string) error
- func CreateManifestList(ctx context.Context, name string, imageNames []string) error
- func Load(ctx context.Context, path string) error
- func Push(ctx context.Context, image string) error
- func PushManifestList(ctx context.Context, name string) error
- func Tag(ctx context.Context, image string, newTag string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnnotateManifestList ¶
func AnnotateManifestList(ctx context.Context, manifestName, imageName, os, arch, variant string) error
AnnotateManifestList annotates a docker manifest list; see the `docker manifest annotate` command's `--help` for more information
func CreateManifestList ¶
CreateManifestList creates a docker manifest list; see the `docker manifest create` command's `--help` for more information
func PushManifestList ¶
PushManifestList pushes a docker manifest list; see the `docker manifest push` command's `--help` for more information
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.