From e13840d0f387399902df5de0aa1913ac3518ca01 Mon Sep 17 00:00:00 2001 From: Aaron Friel Date: Thu, 4 May 2023 10:32:38 -0700 Subject: [PATCH] Add language from artifacttype field to forbid allowlists of media types Signed-off-by: Aaron Friel --- manifest.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.md b/manifest.md index 6296de63e..5b4153c17 100644 --- a/manifest.md +++ b/manifest.md @@ -44,6 +44,8 @@ Unlike the [image index](image-index.md), which contains information about a set Implementations MUST NOT attempt to parse the referenced content if this media type is unknown and instead consider the referenced content as arbitrary binary data (e.g.: as `application/octet-stream`). + Implementations storing or copying image manifests MUST NOT error on encountering a value that is unknown to the implementation. + Implementations MUST support at least the following media types: - [`application/vnd.oci.image.config.v1+json`](config.md)