Skip to content

Commit c11e3ef

Browse files
committed
image-layout: remove support for nested index
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 7100382 commit c11e3ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

image-layout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The [image index](image-index.md) is a multi-descriptor entry point.
145145
This index provides an established path (`/index.json`) to have an entry point for an image-layout and to discover auxiliary descriptors.
146146

147147
* No semantic restriction is given for the "org.opencontainers.image.ref.name" annotation of descriptors.
148-
* In general the `mediaType` of each [descriptor][descriptors] object in the `manifests` field will be either `application/vnd.oci.image.index.v1+json` or `application/vnd.oci.image.manifest.v1+json`.
148+
* In general the `mediaType` of each [descriptor][descriptors] object in the `manifests` field will be `application/vnd.oci.image.manifest.v1+json`.
149149
* Future versions of the spec MAY use a different mediatype (i.e. a new versioned format).
150150
* An encountered `mediaType` that is unknown SHOULD be safely ignored.
151151

@@ -164,7 +164,7 @@ Those tags will often be represented in an image-layout repository with matching
164164
"schemaVersion": 2,
165165
"manifests": [
166166
{
167-
"mediaType": "application/vnd.oci.image.index.v1+json",
167+
"mediaType": "application/vnd.oci.image.manifest.v1+json",
168168
"size": 7143,
169169
"digest": "sha256:0228f90e926ba6b96e4f39cf294b2586d38fbb5a1e385c05cd1ee40ea54fe7fd",
170170
"annotations": {

0 commit comments

Comments
 (0)