Skip to content

Commit 7dc1ee3

Browse files
authored
Merge pull request #352 from vbatts/consistent-media-types
*: consistent media-type indications
2 parents 271541d + 832f7d7 commit 7dc1ee3

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
An *Image* is an ordered collection of root filesystem changes and the corresponding execution parameters for use within a container runtime.
44
This specification outlines the JSON format describing images for use with a container runtime and execution tool and its relationship to filesystem changesets, described in [Layers](layer.md).
55

6+
This section defines the `application/vnd.oci.image.config.v1+json` [media type](media-types.md).
7+
68
## Terminology
79

810
This specification uses the following terms:

descriptor.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Descriptors SHOULD be embedded in other formats to securely reference external c
99

1010
Other formats SHOULD use descriptors to securely reference external content.
1111

12+
This section defines the `application/vnd.oci.descriptor.v1+json` [media type](media-types.md).
13+
1214
## Properties
1315

1416
A descriptor consists of a set of properties encapsulated in key-value fields.

layer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ 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 type](media-types.md).
8+
79
## Distributable Format
810

911
Layer Changesets for the [mediatype](./media-types.md) `application/vnd.oci.image.layer.v1.tar+gzip` MUST be packaged in a [tar archive][tar-archive] compressed with [gzip][gzip].

manifest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The first goal is content-addressable images, by supporting an image model where
55
The second goal is to allow multi-architecture images, through a "fat manifest" which references image manifests for platform-specific versions of an image.
66
The third goal is to be translatable to the [OpenContainers/runtime-spec](https://github.com/opencontainers/runtime-spec)
77

8+
This section defines the `application/vnd.oci.image.manifest.list.v1+json` and `application/vnd.oci.image.manifest.v1+json` [media type](media-types.md).
89

910
# Manifest List
1011

0 commit comments

Comments
 (0)