Skip to content

Commit 71763bb

Browse files
committed
layer: changesets are applied
where as the data structures pointing to these chagesets can control their own ordering. Signed-off-by: Vincent Batts <[email protected]>
1 parent 744101b commit 71763bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Image Layer Filesystem Changeset
22

33
This document describes how to serialize a filesystem and filesystem changes like removed files into a blob called a layer.
4-
One or more layers are ordered on top of each other to create a complete filesystem.
4+
One or more layers changesets are applied on top of each other to create a complete filesystem.
55
This document will use a concrete example to illustrate how to create and consume these filesystem layers.
66

77
This section defines the `application/vnd.oci.image.layer.tar+gzip` and `application/vnd.oci.image.layer.nondistributable.tar+gzip` [media type](media-types.md).

0 commit comments

Comments
 (0)