# Functions
CreatedAfterFilter allows you to filter on images created after the given time.Time.
CreatedBeforeFilter allows you to filter on images created before the given time.Time.
DanglingFilter allows you to filter images for dangling images.
FilterImages filters images using a set of predefined filter funcs.
GetAdditionalTags returns a list of reference.NamedTagged for the additional tags given in images.
GetSystemContext Constructs a new containers/image/types.SystemContext{} struct from the given signaturePolicy path.
LabelFilter allows you to filter by images labels key and/or value.
NewImageRuntimeFromOptions creates an Image Runtime including the store given store options.
NewImageRuntimeFromStore creates an ImageRuntime based on a provided store.
OutputImageFilter allows you to filter by an a specific image name.
ReposToMap parses the specified repotags and returns a map with repositories as keys and the corresponding arrays of tags as values.
# Variables
AtomicTransport is the transport for atomic registries.
DefaultLocalRegistry is the default local registry for local image operations Remote pulls will still use defined registries.
DefaultTransport is a prefix that we apply to an image name NOTE: This is a string prefix, not actually a transport name usable for transports.Get(); and because syntaxes of image names are transport-dependent, the prefix is not really interchangeable; each user implicitly assumes the appended string is a Docker-like reference.
DirTransport is the transport for pushing and pulling images to and from a directory.
DockerArchive is the transport we prepend to an image name when saving to docker-archive.
DockerTransport is the transport for docker registries.
ErrNoSuchCtr indicates the requested container does not exist.
ErrNoSuchImage indicates the requested image does not exist.
ErrNoSuchPod indicates the requested pod does not exist.
ErrRepoTagNotFound is the error returned when the image id given doesn't match a rep tag in store.
OCIArchive is the transport we prepend to an image name when saving to oci-archive.
# Structs
DockerRegistryOptions encapsulates settings that affect how we connect or authenticate to a remote registry.
History contains the history information of an image.
Image is the primary struct for dealing with images It is still very much a work in progress.
Runtime contains the store.
SigningOptions encapsulates settings that control whether or not we strip or add signatures to images when writing them.
# Type aliases
Filter is a function to determine whether an image is included in command output.
ResultFilter is a mock function for image filtering.