From bd05a3fe9a90b97ac3941e2b87dd1827e5af17d0 Mon Sep 17 00:00:00 2001 From: Lei Jitang Date: Thu, 17 Nov 2016 21:04:15 -0500 Subject: [PATCH] image-layout.md: clarify the layout file name MUST be `oci-layout` Signed-off-by: Lei Jitang --- image-layout.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/image-layout.md b/image-layout.md index 92d96c5c4..b890636bf 100644 --- a/image-layout.md +++ b/image-layout.md @@ -18,9 +18,10 @@ The image layout MUST contain two top level directories: Both `blobs` and `refs` MAY be empty. -The image layout MUST also contain a file that is used to identify the layout version: +The image layout MUST also contain an `oci-layout` file that is used to identify the layout version: -- `oci-layout` MUST contain a JSON object with a version field `{"imageLayoutVersion": "1.0.0"}` and MAY include additional fields. +- `oci-layout` MUST contain a JSON object with `imageLayoutVersion` set to `1.0.0`. +- `oci-layout` MAY include additional fields. This is an example image layout: