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
manifest: List media types supported by descriptor references
Require implementations to support these media types (although an
implementation which also supports additional media types is still
compliant). Suggest portable manifests and manifest lists stick to
these types so the can rely on implementation support.
A manifest(-list) can safely use a type from outside the list if the
author expects the implementation to support the extension type
(e.g. application/vnd.docker.image.rootfs.diff.tar.gzip). But how
that out-of-band expectation is setup is beyond the scope of this
specification.
Signed-off-by: W. Trevor King <[email protected]>
Manifest lists concerned with portability SHOULD use one of the above media types.
34
43
35
44
-**`platform`***object*
36
45
@@ -135,7 +144,16 @@ Unlike the [Manifest List](#manifest-list), which contains information about a s
135
144
-**`config`***[descriptor](descriptor.md)*
136
145
137
146
This REQUIRED property references a configuration object for a container, by digest.
138
-
The referenced configuration object is a JSON blob that the runtime uses to set up the container, see [Image JSON Description](serialization.md#image-json-description).
147
+
Beyond the [descriptor requirements](descriptor.md#properties), the value has the following additional restrictions:
148
+
149
+
-**`mediaType`***object*
150
+
151
+
This [descriptor property](descriptor.md#properties) has additional restrictions for `config`.
152
+
Implementations MUST support at least the following media types:
0 commit comments