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
This REQUIRED property specifies the size in bytes of the object.
48
-
This property exists so that a client will have an expected size for the content before validating.
49
-
If the length of the retrieved content does not match the specified length, the content should not be trusted.
50
-
51
-
-**`digest`***string*
52
-
53
-
This REQUIRED property is the digest of the content, as defined by the [Descriptor](descriptor.md) digest format.
38
+
Each object in the manifest is a [descriptor](descriptor.md) with the following additional properties:
54
39
55
40
-**`platform`***object*
56
41
@@ -146,51 +131,18 @@ Unlike the [Manifest List](#manifest-list), which contains information about a s
146
131
This REQUIRED property contains the MIME type of the image manifest.
147
132
For this version of the specification, this MUST be set to `application/vnd.oci.image.manifest.v1+json`.
148
133
149
-
-**`config`***object*
134
+
-**`config`***[descriptor](descriptor.md)*
150
135
151
136
This REQUIRED property references a configuration object for a container, by digest.
152
137
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).
153
138
154
-
Properties of `config` are:
155
-
156
-
-**`mediaType`***string*
157
-
158
-
This REQUIRED property contains the MIME type of the referenced object.
0 commit comments