From f22277020a784e4cd9eee7f2acc0f1fd5e32eec5 Mon Sep 17 00:00:00 2001 From: Brandon Mitchell Date: Wed, 24 Aug 2022 09:02:10 -0400 Subject: [PATCH] Updating descriptor definition Signed-off-by: Brandon Mitchell --- spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.md b/spec.md index e8fb8b6f..a7c085d5 100644 --- a/spec.md +++ b/spec.md @@ -72,7 +72,7 @@ Several terms are used frequently in this document and warrant basic definitions - **Artifact Manifest**: a manifest containing a collection of blobs, defined under the OCI Image Spec [apdx-7](#appendix). - **Config**: a blob referenced in the Image Manifest which contains metadata. Config is defined under the OCI Image Spec [apdx-4](#appendix). - **Object**: one conceptual piece of content stored as Blobs with an accompanying Manifest. (This was previously described as an "Artifact", and has been renamed to avoid confusion with the "Artifact Manifest".) -- **Descriptor**: a unique reference to content, either a Manifest or Blob, using a media type, Digest, and size. Descriptors are defined under the OCI Image Spec [apdx-5](#appendix) +- **Descriptor**: a reference that describes the type, metadata and content address of referenced content. Descriptors are defined under the OCI Image Spec [apdx-5](#appendix). - **Digest**: a unique identifier created from a cryptographic hash of a Blob's content. Digests are defined under the OCI Image Spec [apdx-3](#appendix) - **Tag**: a custom, human-readable Manifest identifier - **Refers**: an association from one manifest to another, typically used to attach an artifact to an image. The refers field is included in the Image and Artifact Manifests.