You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: image-layout.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ The [image index](image-index.md) is a multi-descriptor entry point.
145
145
This index provides an established path (`/index.json`) to have an entry point for an image-layout and to discover auxiliary descriptors.
146
146
147
147
* 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.index.v1+json`.
149
149
* Future versions of the spec MAY use a different mediatype (i.e. a new versioned format).
150
150
* An encountered `mediaType` that is unknown SHOULD be safely ignored.
151
151
@@ -164,7 +164,7 @@ Those tags will often be represented in an image-layout repository with matching
0 commit comments