Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.04 KB

File metadata and controls

15 lines (10 loc) · 1.04 KB

OCI

Open Container Initiative (OCI) Attributes

An OCI image manifest.

Attribute Type Description Examples Stability
oci.manifest.digest string The digest of the OCI image manifest. For container images specifically is the digest by which the container image is known. [1] sha256:e4ca62c0d62f3e886e684806dfe9d4e0cda60d54986898173c1083856cfda0f4 Development

[1] oci.manifest.digest: Follows OCI Image Manifest Specification, and specifically the Digest property. An example can be found in Example Image Manifest.