Skip to main content

Crate use_oci_distribution

Crate use_oci_distribution 

Source
Expand description

§use-oci-distribution

use-oci-distribution provides OCI distribution identifier and route metadata primitives without registry HTTP calls.

It is part of the use-oci RustUse workspace for small, focused OCI primitive crates. It does not perform network calls, shell out to runtimes, implement a registry client, or build container images.

§License

Licensed under either of the following, at your option:

  • Apache License, Version 2.0
  • MIT license

Structs§

BlobReference
A blob reference by digest.
DistributionRoute
A distribution route path. This type performs no HTTP calls.
Namespace
A slash-separated repository namespace.
RegistryHost
A registry host label.
RepositoryName
A validated repository name.
TagReference
A tag reference.

Enums§

DistributionError
Errors returned when distribution identifiers are invalid.
ManifestReference
A manifest reference by tag or digest.
RouteAction
Pull or push route action metadata.