semantic-conventions/model/oci/registry.yaml

23 lines
976 B
YAML

groups:
- id: registry.oci.manifest
type: attribute_group
display_name: Open Container Initiative (OCI) Attributes
brief: >
An OCI image manifest.
attributes:
- id: oci.manifest.digest
type: string
stability: development
brief: >
The digest of the OCI image manifest. For container images specifically is the
digest by which the container image is known.
note: >
Follows
[OCI Image Manifest Specification](https://github.com/opencontainers/image-spec/blob/main/manifest.md),
and specifically the
[Digest property](https://github.com/opencontainers/image-spec/blob/main/descriptor.md#digests).
An example can be found in
[Example Image Manifest](https://github.com/opencontainers/image-spec/blob/main/manifest.md#example-image-manifest).
examples: [ 'sha256:e4ca62c0d62f3e886e684806dfe9d4e0cda60d54986898173c1083856cfda0f4' ]