Expand description

OCI distribution spec types and definitions.

The Open Container Initiative Distribution Specification (a.k.a. “OCI Distribution Spec”) defines an API protocol to facilitate and standardize the distribution of content.

While OCI Image is the most prominent, the specification is designed to be agnostic of content types. Concepts such as “manifests” and “digests”, are currently defined in the Open Container Initiative Image Format Specification (a.k.a. “OCI Image Spec”).

To support other artifact types, please see the Open Container Initiative Artifact Authors Guide (a.k.a. “OCI Artifacts”).

Structs

Describes a server error returned from a registry.

ErrorResponse is returned by a registry on an invalid request.

RepositoryList returns a catalog of repositories maintained on the registry.

A list of tags for a given repository.

Builder for TagList.

Enums

Unique identifier representing error code.

Constants

The string returned by and ErrorResponse error.

Indicates development branch. Releases will be empty string.

API incompatible changes.

Changing functionality in a backwards-compatible manner

Backwards-compatible bug fixes.

Functions

Retrieve the version as string representation.