From 0c55eb1516366428de496d73d19ba5ebf22ea802 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 7 Feb 2025 12:14:12 -0500 Subject: [PATCH] [editorial] Fix link to example-image-manifest (#1881) --- docs/attributes-registry/oci.md | 2 +- docs/resource/container.md | 2 +- model/oci/registry.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/attributes-registry/oci.md b/docs/attributes-registry/oci.md index 315927d4a..e923680f8 100644 --- a/docs/attributes-registry/oci.md +++ b/docs/attributes-registry/oci.md @@ -12,4 +12,4 @@ An OCI image manifest. | `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] `oci.manifest.digest`:** 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). +An example can be found in [Example Image Manifest](https://github.com/opencontainers/image-spec/blob/main/manifest.md#example-image-manifest). diff --git a/docs/resource/container.md b/docs/resource/container.md index 9064352ab..c855f348a 100644 --- a/docs/resource/container.md +++ b/docs/resource/container.md @@ -36,7 +36,7 @@ The ID is assigned by the container runtime and can vary in different environmen **[2] `container.image.repo_digests`:** [Docker](https://docs.docker.com/engine/api/v1.43/#tag/Image/operation/ImageInspect) and [CRI](https://github.com/kubernetes/cri-api/blob/c75ef5b473bbe2d0a4fc92f82235efd665ea8e9f/pkg/apis/runtime/v1/api.proto#L1237-L1238) report those under the `RepoDigests` field. **[3] `oci.manifest.digest`:** 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). +An example can be found in [Example Image Manifest](https://github.com/opencontainers/image-spec/blob/main/manifest.md#example-image-manifest). **[4] `container.command`:** If using embedded credentials or sensitive data, it is recommended to remove them to prevent potential leakage. diff --git a/model/oci/registry.yaml b/model/oci/registry.yaml index aa5092a98..fa464acc7 100644 --- a/model/oci/registry.yaml +++ b/model/oci/registry.yaml @@ -18,5 +18,5 @@ groups: [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). + [Example Image Manifest](https://github.com/opencontainers/image-spec/blob/main/manifest.md#example-image-manifest). examples: [ 'sha256:e4ca62c0d62f3e886e684806dfe9d4e0cda60d54986898173c1083856cfda0f4' ]