Skip to content

Commit 91ab522

Browse files
author
xiekeyang
committed
define media type for oci-layout
To add a new specific media type for oci-layout, serving over its transportation. Signed-off-by: xiekeyang <[email protected]>
1 parent eb5fcf8 commit 91ab522

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

image-layout.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ $ cat ./blobs/sha256/e692418e4cbaf90ca69d05a66403747baa33ee08806650b51fab815ad7f
129129

130130
This JSON object serves as a marker for the base of an Open Container Image Layout and to provide the version of the image-layout in use.
131131
The `imageLayoutVersion` value will align with the OCI Image Specification version at the time changes to the layout are made, and will pin a given version until changes to the image layout are required.
132+
This section defines the `application/vnd.oci.layout.header.v1+json` [media type](media-types.md).
132133

133134
### oci-layout Example
134135

media-types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
The following media types identify the formats described here and their referenced resources:
44

55
- `application/vnd.oci.descriptor.v1+json`: [Content Descriptor](descriptor.md)
6+
- `application/vnd.oci.layout.header.v1+json`: [OCI Layout](image-layout.md#oci-layout-file)
67
- `application/vnd.oci.image.index.v1+json`: [Image Index](image-index.md)
78
- `application/vnd.oci.image.manifest.v1+json`: [Image manifest](manifest.md#image-manifest)
89
- `application/vnd.oci.image.config.v1+json`: [Image config](config.md)

0 commit comments

Comments
 (0)