# Functions
Check returns nil if the all components of an image are available in the provider for the specified platform.
Children returns the immediate children of content described by the descriptor.
ChildrenHandler decodes well-known manifest types and returns their children.
Config resolves the image configuration descriptor using a content provided to resolve child resources on the image.
Dispatch runs the provided handler for content specified by the descriptors.
FilterPlatforms is a handler wrapper which limits the descriptors returned based on matching the specified platform matcher.
Handlers returns a handler that will run the handlers in sequence.
IsCompressedDiff returns true if mediaType is a known compressed diff media type.
LimitManifests is a handler wrapper which filters the manifest descriptors returned using the provided platform.
Manifest resolves a manifest from the image for the given platform.
Platforms returns one or more platforms supported by the image.
RootFS returns the unpacked diffids that make up and images rootfs.
SetChildrenLabels is a handler wrapper which sets labels for the content on the children returned by the handler and passes through the children.
SynchronousDelete is used to indicate that an image deletion and removal of the image resources should occur synchronously before returning a result.
Walk the resources of an image and call the handler for each.
# Constants
Checkpoint/Restore Media Types.
mediatype definitions for image components handled in containerd.
mediatype definitions for image components handled in containerd.
mediatype definitions for image components handled in containerd.
mediatype definitions for image components handled in containerd.
Legacy Docker schema1 manifest.
mediatype definitions for image components handled in containerd.
mediatype definitions for image components handled in containerd.
mediatype definitions for image components handled in containerd.
mediatype definitions for image components handled in containerd.
mediatype definitions for image components handled in containerd.
mediatype definitions for image components handled in containerd.
mediatype definitions for image components handled in containerd.
# Variables
ErrSkipDesc is used to skip processing of a descriptor and its descendants.
ErrStopHandler is used to signify that the descriptor has been handled and should not be handled further.
# Structs
DeleteOptions provide options on image delete.
Image provides the model for how containerd views container images.
# Type aliases
DeleteOpt allows configuring a delete operation.
HandlerFunc function implementing the Handler interface.