context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package 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/schema1 | Package schema1 provides a converter to fetch an image formatted in Docker Image Manifest v2, Schema 1. |
github.com/containerd/containerd/v2/pkg/gc | Package gc experiments with providing central gc tooling to ensure deterministic resource removal within containerd. |
github.com/containerd/containerd/v2/pkg/reference | |
github.com/containerd/errdefs | Package errdefs defines the common errors used throughout containerd packages. |
github.com/containerd/log | Package log provides types and functions related to logging, passing loggers through a context, and attaching context to the logger. |
github.com/containerd/platforms | Package platforms provides a toolkit for normalizing, matching and specifying container platforms. |
github.com/distribution/reference | Package 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/layer | Package 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-digest | Package digest provides a generalized type to opaquely represent message digests and their operations within the registry. |
github.com/opencontainers/image-spec/identity | Package identity provides implementations of subtle calculations pertaining to image and layer identity. |
github.com/opencontainers/image-spec/specs-go/v1 | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
golang.org/x/time/rate | Package rate provides a rate limiter. |
io | Package io provides basic interfaces to I/O primitives. |
path | Package path implements utility routines for manipulating slash-separated paths. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |