Skip to content

Commit 41f1d08

Browse files
authored
Merge pull request #363 from coolljt0725/len
'len(layers)-1' is the top
2 parents 5c3b106 + 44957c1 commit 41f1d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Unlike the [Manifest List](#manifest-list), which contains information about a s
160160

161161
Each item in the array MUST be a [descriptor](descriptor.md).
162162
The array MUST have the base image at index 0.
163-
Subsequent layers MUST then follow in stack order (i.e. from `layers[0]` to `layers[len(layers)]`).
163+
Subsequent layers MUST then follow in stack order (i.e. from `layers[0]` to `layers[len(layers)-1]`).
164164
The final filesystem layout MUST match the result of [applying](layer.md#applying) the layers to an empty directory.
165165

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

0 commit comments

Comments
 (0)