Skip to content

Commit fed7241

Browse files
committed
manifest: clarify the order of layers
Signed-off-by: Vincent Batts <[email protected]>
1 parent 4d3fa68 commit fed7241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ Unlike the [Manifest List](#manifest-list), which contains information about a s
159159

160160
Each item in the array MUST be a [descriptor](descriptor.md).
161161
The array MUST have the base image at index 0.
162-
Subsequent layers MUST then follow in the order in which they are to be layered on top of each other.
163-
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.
162+
Subsequent layers MUST then follow in stack order (i.e. from `layers[0]` to `layers[len(layers)]`).
163+
The final filesystem layout MUST match the result of [applying](layer.md#applying) the layers to an empty directory.
164164

165165
Beyond the [descriptor requirements](descriptor.md#properties), the value has the following additional restrictions:
166166

0 commit comments

Comments
 (0)