context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/containerd/containerd | |
github.com/containerd/containerd/content/local | |
github.com/containerd/containerd/metadata | Package metadata stores all labels and object specific metadata by namespace. |
github.com/containerd/containerd/platforms | |
github.com/containerd/containerd/remotes/docker | |
github.com/containerd/containerd/snapshots | |
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/docker/docker/api/types | |
github.com/docker/docker/api/types/backend | Package backend includes types to send information to server backends. |
github.com/docker/docker/api/types/filters | Package filters provides tools for encoding a mapping of keys to a set of multiple values. |
github.com/docker/docker/api/types/time | |
github.com/docker/docker/builder | Package builder defines interfaces for any Docker builder to implement. |
github.com/docker/docker/builder/builder-next/adapters/containerimage | |
github.com/docker/docker/builder/builder-next/adapters/localinlinecache | |
github.com/docker/docker/builder/builder-next/adapters/snapshot | |
github.com/docker/docker/builder/builder-next/exporter | |
github.com/docker/docker/builder/builder-next/exporter/mobyexporter | |
github.com/docker/docker/builder/builder-next/exporter/overrides | |
github.com/docker/docker/builder/builder-next/imagerefchecker | |
github.com/docker/docker/builder/builder-next/worker | |
github.com/docker/docker/builder/builder-next/worker/label | |
github.com/docker/docker/daemon/config | |
github.com/docker/docker/daemon/graphdriver | |
github.com/docker/docker/daemon/images | |
github.com/docker/docker/libnetwork | Package libnetwork provides the basic functionality and extension points to create network namespaces and allocate interfaces for containers to use. |
github.com/docker/docker/opts | |
github.com/docker/docker/pkg/idtools | |
github.com/docker/docker/pkg/streamformatter | Package streamformatter provides helper functions to format a stream. |
github.com/docker/go-units | Package units provides helper function to parse and print size and time units in human-readable format. |
github.com/moby/buildkit/api/services/control | |
github.com/moby/buildkit/cache | |
github.com/moby/buildkit/cache/metadata | |
github.com/moby/buildkit/cache/remotecache | |
github.com/moby/buildkit/cache/remotecache/gha | |
github.com/moby/buildkit/cache/remotecache/inline | |
github.com/moby/buildkit/cache/remotecache/local | |
github.com/moby/buildkit/cache/remotecache/registry | |
github.com/moby/buildkit/client | |
github.com/moby/buildkit/cmd/buildkitd/config | |
github.com/moby/buildkit/control | |
github.com/moby/buildkit/executor | |
github.com/moby/buildkit/executor/oci | |
github.com/moby/buildkit/executor/resources/types | |
github.com/moby/buildkit/frontend | |
github.com/moby/buildkit/frontend/dockerfile/builder | |
github.com/moby/buildkit/frontend/gateway | |
github.com/moby/buildkit/frontend/gateway/forwarder | |
github.com/moby/buildkit/identity | |
github.com/moby/buildkit/session | |
github.com/moby/buildkit/snapshot/containerd | |
github.com/moby/buildkit/solver | |
github.com/moby/buildkit/solver/bboltcachestorage | |
github.com/moby/buildkit/solver/pb | |
github.com/moby/buildkit/util/apicaps | |
github.com/moby/buildkit/util/archutil | |
github.com/moby/buildkit/util/entitlements | |
github.com/moby/buildkit/util/network/netproviders | |
github.com/moby/buildkit/util/tracing | |
github.com/moby/buildkit/util/tracing/detect | |
github.com/moby/buildkit/worker | |
github.com/moby/buildkit/worker/containerd | |
github.com/moby/buildkit/worker/label | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
go.etcd.io/bbolt | package bbolt implements a low-level key/value store in pure Go. |
go.opentelemetry.io/otel/sdk/trace | Package trace contains support for OpenTelemetry distributed tracing. |
golang.org/x/sync/errgroup | Package errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/metadata | Package metadata define the structure of the metadata supported by gRPC library. |
io | Package io provides basic interfaces to I/O primitives. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
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. |