Crate oci_client

Source
Expand description

An OCI Distribution client for fetching oci images from an OCI compliant remote store

Modules§

annotations
OCI Annotation key constants, taken from: https://github.com/opencontainers/image-spec/blob/master/annotations.md#pre-defined-annotation-keys
client
OCI distribution client for fetching oci images from an OCI compliant remote store
config
OCI Image Configuration
errors
Errors related to interacting with an OCI compliant remote store
manifest
OCI Manifest
secrets
Types for working with registry access secrets

Structs§

Client
The OCI client connects to an OCI registry and fetches OCI images.
Reference
Reference provides a general type to represent any way of referencing images within an OCI registry.

Enums§

ParseError
Reasons that parsing a string as a Reference can fail.
RegistryOperation
Desired operation for registry authentication