Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions image-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ The image layout MUST contain two top level directories:

Both `blobs` and `refs` MAY be empty.

The image layout MUST also contain a file that is used to identify the layout version:
The image layout MUST also contain an `oci-layout` file that is used to identify the layout version:

- `oci-layout` MUST contain a JSON object with a version field `{"imageLayoutVersion": "1.0.0"}` and MAY include additional fields.
- `oci-layout` MUST contain a JSON object with `imageLayoutVersion` set to `1.0.0`.
- `oci-layout` MAY include additional fields.

This is an example image layout:

Expand Down