archive/tar | Package tar implements access to tar archives. |
bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/google/go-containerregistry/pkg/authn | Package authn defines different methods of authentication for talking to a container registry. |
github.com/google/go-containerregistry/pkg/internal/legacy | |
github.com/google/go-containerregistry/pkg/legacy/tarball | Package tarball provides facilities for writing v1 docker images (https://github.com/moby/moby/blob/master/image/spec/v1.md) from/to a tarball on-disk. |
github.com/google/go-containerregistry/pkg/logs | Package logs exposes the loggers used by this library. |
github.com/google/go-containerregistry/pkg/name | Package name defines structured types for representing image references. |
github.com/google/go-containerregistry/pkg/v1 | Package v1 defines structured types for OCI v1 images |
github.com/google/go-containerregistry/pkg/v1/empty | Package empty provides an implementation of v1.Image equivalent to "FROM scratch". |
github.com/google/go-containerregistry/pkg/v1/layout | Package layout provides facilities for reading/writing artifacts from/to an OCI image layout on disk, see: |
github.com/google/go-containerregistry/pkg/v1/mutate | Package mutate provides facilities for mutating v1.Images of any kind. |
github.com/google/go-containerregistry/pkg/v1/remote | Package remote provides facilities for reading/writing v1.Images from/to a remote image registry. |
github.com/google/go-containerregistry/pkg/v1/tarball | Package tarball provides facilities for reading/writing v1.Images from/to a tarball on-disk. |
github.com/google/go-containerregistry/pkg/v1/types | Package types holds common OCI media types. |
io | Package io provides basic interfaces to I/O primitives. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |