pkg/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
pkg/authn | Package authn defines different methods of authentication for talking to a container registry. |
pkg/authn/github | Package github provides a keychain for the GitHub Container Registry. |
pkg/compression | Package compression abstracts over gzip and zstd. |
pkg/crane | Package crane holds libraries used to implement the crane CLI. |
pkg/gcrane | Package gcrane holds libraries used to implement the gcrane CLI. |
pkg/legacy | Package legacy provides functionality to work with docker images in the v1 format. |
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. |
pkg/logs | Package logs exposes the loggers used by this library. |
pkg/name | Package name defines structured types for representing image references. |
pkg/registry | Package registry implements a docker V2 registry and the OCI distribution specification. |
pkg/v1 | Package v1 defines structured types for OCI v1 images |
pkg/v1/cache | Package cache provides methods to cache layers. |
pkg/v1/compare | Package compare provides methods for comparing images, indexes, and layers. |
pkg/v1/daemon | Package daemon provides facilities for reading/writing v1.Image from/to a running daemon. |
pkg/v1/empty | Package empty provides an implementation of v1.Image equivalent to "FROM scratch". |
pkg/v1/fake | Code generated by counterfeiter. |
pkg/v1/google | Package google provides facilities for listing images in gcr.io. |
pkg/v1/layout | Package layout provides facilities for reading/writing artifacts from/to an OCI image layout on disk, see: |
pkg/v1/match | Package match provides functionality for conveniently matching a v1.Descriptor. |
pkg/v1/mutate | Package mutate provides facilities for mutating v1.Images of any kind. |
pkg/v1/partial | Package partial defines methods for building up a v1.Image from minimal subsets that are sufficient for defining a v1.Image. |
pkg/v1/random | Package random provides a facility for synthesizing pseudo-random images. |
pkg/v1/remote | Package remote provides facilities for reading/writing v1.Images from/to a remote image registry. |
pkg/v1/remote/transport | Package transport provides facilities for setting up an authenticated http.RoundTripper given an Authenticator and base RoundTripper. |
pkg/v1/static | |
pkg/v1/stream | Package stream implements a single-pass streaming v1.Layer. |
pkg/v1/tarball | Package tarball provides facilities for reading/writing v1.Images from/to a tarball on-disk. |
pkg/v1/types | Package types holds common OCI media types. |
pkg/v1/validate | Package validate provides methods for validating image correctness. |
- Version
- v0.20.3 (latest)
- Published
- Jan 15, 2025
- Platform
- linux/amd64
- Last checked
- 17 hours ago –
Tools for package owners.