Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Jul 31, 2024
1 parent aea69f2 commit 96744e7
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/attributes-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Currently, the following namespaces exist:
- [Messaging](messaging.md)
- [Network](network.md)
- [OCI](oci.md)
- [Oci2](oci2.md)
- [OpenTracing](opentracing.md)
- [OS](os.md)
- [OTel](otel.md)
Expand Down
18 changes: 18 additions & 0 deletions docs/attributes-registry/oci2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!--- Hugo front matter used to generate the website version of this page:
--->

<!-- NOTE: THIS FILE IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/attribute_namespace.md.j2 -->

# Oci2

## 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` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |

**[1]:** 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://docs.docker.com/registry/spec/manifest-v2-2/#example-image-manifest).
22 changes: 22 additions & 0 deletions model/registry/oci2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
groups:
- id: registry.oci2.manifest
type: attribute_group
display_name: Open Container Initiative (OCI) Attributes
brief: >
An OCI image manifest.
attributes:
- id: oci.manifest.digest
type: string
stability: experimental
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://docs.docker.com/registry/spec/manifest-v2-2/#example-image-manifest).
examples: [ 'sha256:e4ca62c0d62f3e886e684806dfe9d4e0cda60d54986898173c1083856cfda0f4' ]

0 comments on commit 96744e7

Please sign in to comment.