From dba38ff18c016d342c0a80f745b8668a80d95e56 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 8 Aug 2024 10:37:10 -0700 Subject: [PATCH] Fix capitalization of MUST in `ref.name` requirements See b692deece6f3e93d43de1615fa592b86f0f27c34 for where this was originally added (making clear this was the original intent). --- annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotations.md b/annotations.md index 8abbf9b8..c0f12f32 100644 --- a/annotations.md +++ b/annotations.md @@ -33,7 +33,7 @@ This specification defines the following annotation keys, intended for but not l - **org.opencontainers.image.ref.name** Name of the reference for a target (string). - SHOULD only be considered valid when on descriptors on `index.json` within [image layout](image-layout.md). - Character set of the value SHOULD conform to alphanum of `A-Za-z0-9` and separator set of `-._:@/+` - - The reference must match the following [grammar](considerations.md#ebnf): + - The reference MUST match the following [grammar](considerations.md#ebnf): ```ebnf ref ::= component ("/" component)*