You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: layer.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Image Layer Filesystem Changeset
2
2
3
3
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.
5
5
This document will use a concrete example to illustrate how to create and consume these filesystem layers.
6
6
7
7
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