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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,12 @@ The image layout MUST contain two top level directories:
18
18
19
19
Both `blobs` and `refs` MAY be empty.
20
20
21
-
The image layout MUST also contain a file that is used to identify the layout version:
21
+
The image layout MUST also contain an `oci-layout` file:
22
22
23
-
-`oci-layout` MUST contain a JSON object with a version field `{"imageLayoutVersion": "1.0.0"}` and MAY include additional fields.
23
+
- It MUST be a JSON object
24
+
- It MUST contain an `imageLayoutVersion` field
25
+
- The `imageLayoutVersion` value will align with the OCI Image Specification version at the time changes to the layout are made, and will pin a given version until changes to the layout are required
0 commit comments