From c432849e44f960c95937e43cff2d010187f7cc0b Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Thu, 25 Feb 2021 17:51:26 +0900 Subject: [PATCH] docs/spec/manifest-v2-2.md: fix ARM variant The correct `vairant` string for ARM v6 is "v6", not "armv6l". There is no known implementation that actually uses "armv6l". See the discussion in opencontainers/image-spec PR 817 Signed-off-by: Akihiro Suda --- docs/spec/manifest-v2-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/manifest-v2-2.md b/docs/spec/manifest-v2-2.md index 3d646a70d..51e4d4328 100644 --- a/docs/spec/manifest-v2-2.md +++ b/docs/spec/manifest-v2-2.md @@ -107,7 +107,7 @@ image manifest based on the Content-Type returned in the HTTP response. - **`variant`** *string* The optional variant field specifies a variant of the CPU, for - example `armv6l` to specify a particular CPU variant of the ARM CPU. + example `v6` to specify a particular CPU variant of the ARM CPU. - **`features`** *array*