From 85352acb11405148028af3854b5deb50a3be2755 Mon Sep 17 00:00:00 2001 From: xiekeyang Date: Mon, 20 Feb 2017 17:41:47 +0800 Subject: [PATCH] fix error valid target in image-layout In layout.md, The validated target should be image layout itself, not image index. Signed-off-by: xiekeyang --- image-layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-layout.md b/image-layout.md index c082fa49c..498fcb81b 100644 --- a/image-layout.md +++ b/image-layout.md @@ -134,7 +134,7 @@ The `imageLayoutVersion` value will align with the OCI Image Specification versi ### oci-layout Example -```json +```json,title=OCI%20Layout&mediatype=oci%2Dlayout { "imageLayoutVersion": "1.0.0" }