# Packages
No description provided by the author
# Functions
ImageConfigFromChanges produces a v1.ImageConfig from the --change flag that is accepted by several Podman commands.
NormalizeName normalizes the provided name according to the conventions by Podman and Buildah.
NormalizePlatform normalizes (according to the OCI spec) the specified os, arch and variant.
ParseSearchFilter turns the filter into a SearchFilter that can be used for searching images.
RuntimeFromStore returns a Runtime for the specified store.
RuntimeFromStoreOptions returns a return for the specified store options.
ToNameTagsPairs splits repoTags into name&tag pairs.
# Constants
EventTypeImageLoad represents an image being loaded.
EventTypeImageMount represents an image being mounted.
EventTypeImagePull represents an image pull.
EventTypeImagePush represents an image push.
EventTypeImageRemove represents an image removal.
EventTypeImageSave represents an image being saved.
EventTypeImageTag represents an image being tagged.
EventTypeImageUnmount represents an image being unmounted.
EventTypeImageUntag represents an image being untagged.
EventTypeUnknown is an uninitialized EventType.
# Variables
ErrNotAManifestList indicates that an image was found in the local containers storage but it is not a manifest list as requested.
# Structs
CopyOptions allow for customizing image-copy operations.
DriverData includes data on the storage driver of the image.
Event represents an event such an image pull or image tag.
HasDifferentDigestOptions allows for customizing the check if another (remote) image has a different digest.
Image represents an image in the containers storage and allows for further operations and data manipulation.
ImageConfig is a wrapper around the OCIv1 Image Configuration struct exported by containers/image, but containing additional fields that are not supported by OCIv1 (but are by Docker v2) - notably OnBuild.
ImageData contains the inspected data of an image.
ImageDiskUsage reports the total size of an image.
ImageHistory contains the history information of an image.
ImportOptions allow for customizing image imports.
InspectOptions allow for customizing inspecting images.
ListImagesOptions allow for customizing listing images.
No description provided by the author
LookupImageOptions allow for customizing local image lookups.
ManifestList represents a manifest list (Docker) or an image index (OCI) in the local containers storage.
Options for adding a manifest list.
Options for annotationg a manifest list.
ManifestListPushOptions allow for customizing pushing a manifest list.
NameTagPair represents a RepoTag of an image.
PullOptions allows for custommizing image pulls.
PushOptions allows for custommizing image pushes.
RemoveImagesReport is the assembled data from removing *one* image.
RemoveImagesOptions allow for customizing image removal.
RootFS includes data on the root filesystem of the image.
Runtime is responsible for image management and storing them in a containers storage.
RuntimeOptions allow for creating a customized Runtime.
SaveOptions allow for customizing saving images.
SearchFilter allows filtering images while searching.
SearchOptions customize searching images.
SearchResult is holding image-search related data.
# Type aliases
EventType indicates the type of an event.
IsExternalContainerFunc allows for checking whether the specified container is an external one.
LookupReferenceFunc return an image reference based on the specified one.
RemoveContainerFunc allows for customizing the removal of containers using an image specified by imageID.