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/v2/core/content
github.com/containerd/containerd/v2/core/images
github.com/containerd/containerd/v2/core/leases
github.com/containerd/containerd/v2/core/remotes
github.com/containerd/containerd/v2/core/remotes/docker
github.com/containerd/containerd/v2/core/remotes/docker/schema1Package schema1 provides a converter to fetch an image formatted in Docker Image Manifest v2, Schema 1.
github.com/containerd/containerd/v2/pkg/gcPackage gc experiments with providing central gc tooling to ensure deterministic resource removal within containerd.
github.com/containerd/containerd/v2/pkg/reference
github.com/containerd/errdefsPackage errdefs defines the common errors used throughout containerd packages.
github.com/containerd/logPackage log provides types and functions related to logging, passing loggers through a context, and attaching context to the logger.
github.com/containerd/platformsPackage platforms provides a toolkit for normalizing, matching and specifying container platforms.
github.com/distribution/referencePackage reference provides a general type to represent any way of referencing images within the registry.
github.com/docker/docker/daemon/images
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
github.com/moby/buildkit/client/llb/sourceresolver
github.com/moby/buildkit/session
github.com/moby/buildkit/solver
github.com/moby/buildkit/solver/pb
github.com/moby/buildkit/source
github.com/moby/buildkit/source/containerimage
github.com/moby/buildkit/source/types
github.com/moby/buildkit/sourcepolicy
github.com/moby/buildkit/sourcepolicy/pb
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.
golang.org/x/time/ratePackage rate provides a rate limiter.
ioPackage io provides basic interfaces to I/O primitives.
pathPackage path implements utility routines for manipulating slash-separated paths.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.