From 6e51a3b15b2cb1afa43ff3864f435b79c050c5d9 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Wed, 2 Aug 2017 06:06:22 +0000 Subject: [PATCH] image-layout: make index.json OPTIONAL The index.json is OPTIONAL, according to the description in image-index.md and media-types.dot. Signed-off-by: Akihiro Suda --- image-layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-layout.md b/image-layout.md index 0c762c1e4..25605d181 100644 --- a/image-layout.md +++ b/image-layout.md @@ -139,7 +139,7 @@ This section defines the `application/vnd.oci.layout.header.v1+json` [media type ## index.json file -This REQUIRED file is the entry point for references and descriptors of the image-layout. +This OPTIONAL file is the entry point for references and descriptors of the image-layout. The [image index](image-index.md) is a multi-descriptor entry point. This index provides an established path (`/index.json`) to have an entry point for an image-layout and to discover auxiliary descriptors.