package
1.0.0-beta.3
Repository: https://github.com/kolyshkin/containerd.git
Documentation: pkg.go.dev

# 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.
Handlers returns a handler that will run the handlers in sequence.
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.
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

Image provides the model for how containerd views container images.

# Interfaces

Handler handles image manifests.
Store and interact with images.

# Type aliases

HandlerFunc function implementing the Handler interface.