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
2 changes: 1 addition & 1 deletion manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Unlike the [Manifest List](#manifest-list), which contains information about a s
- **`layers`** *array*

Each item in the array MUST be a [descriptor](descriptor.md).
The array MUST have the base image at index 0.
The array MUST have the base layer at index 0.
Subsequent layers MUST then follow in the order in which they are to be layered on top of each other.
The algorithm to create the final unpacked filesystem layout MUST be to first unpack the layer at index 0, then index 1, and so on.

Expand Down