# Functions
Delete removes the image from the container registry
Deleting a tag, or a whole repo is not as straightforward as initially planned as DockerHub seems to restrict deleting a single tag for standard users.
ExtractHostnamePort tries to extract the hostname and port of the provided image URL.
GetOptions constructs go-containerregistry options to access the remote registry, in addition, it returns the authentication separately which can be an empty object.
LoadImageOrImageIndexFromDirectory loads an image or an image index from a directory.
LoadImageOrImageIndexFromRegistry loads an image or an image index from a registry.
MutateImageOrImageIndex mutates an image or image index with additional annotations and labels.
No description provided by the author
PushImageOrImageIndex pushes and image or image index and returns the digest and size.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author