Skip to content

Commit 1107eda

Browse files
committed
Fix inconsistent layer media type
Change layer media type for consistency with `media-types.md`, add `.v1` to layer media type. Signed-off-by: Zhang Wei <[email protected]>
1 parent 756744a commit 1107eda

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
@@ -4,7 +4,7 @@ This document describes how to serialize a filesystem and filesystem changes lik
44
One or more layers 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

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

99
## Distributable Format
1010

0 commit comments

Comments
 (0)