Imports of package containerimage

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/containerd/containerd/content
github.com/containerd/containerd/errdefsPackage errdefs defines the common errors used throughout containerd packages.
github.com/containerd/containerd/gcPackage gc experiments with providing central gc tooling to ensure deterministic resource removal within containerd.
github.com/containerd/containerd/images
github.com/containerd/containerd/leases
github.com/containerd/containerd/platforms
github.com/containerd/containerd/reference
github.com/containerd/containerd/remotes
github.com/containerd/containerd/remotes/docker
github.com/containerd/containerd/remotes/docker/schema1Package schema1 provides a converter to fetch an image formatted in Docker Image Manifest v2, Schema 1.
github.com/docker/distribution/referencePackage reference is deprecated, and has moved to github.com/distribution/reference.
github.com/docker/docker/daemon/images
github.com/docker/docker/distribution
github.com/docker/docker/distribution/metadata
github.com/docker/docker/distribution/xfer
github.com/docker/docker/image
github.com/docker/docker/layerPackage layer is package for managing read-only and read-write mounts on the union file system driver.
github.com/docker/docker/pkg/progress
github.com/docker/docker/reference
github.com/moby/buildkit/cache
github.com/moby/buildkit/client/llb
github.com/moby/buildkit/session
github.com/moby/buildkit/solver
github.com/moby/buildkit/source
github.com/moby/buildkit/util/flightcontrol
github.com/moby/buildkit/util/imageutil
github.com/moby/buildkit/util/leaseutil
github.com/moby/buildkit/util/progress
github.com/moby/buildkit/util/resolver
github.com/opencontainers/go-digestPackage digest provides a generalized type to opaquely represent message digests and their operations within the registry.
github.com/opencontainers/image-spec/identityPackage identity provides implementations of subtle calculations pertaining to image and layer identity.
github.com/opencontainers/image-spec/specs-go/v1
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/sirupsen/logrusPackage logrus is a structured logger for Go, completely API compatible with the standard library logger.
golang.org/x/time/ratePackage rate provides a rate limiter.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
pathPackage path implements utility routines for manipulating slash-separated paths.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.