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
While registries might want to verify the data field, we shouldn't rely
on it, as many registries are unaware of this field. On the other hand,
clients SHOULD verify the content before consuming it.
Signed-off-by: Jon Johnson <[email protected]>
Copy file name to clipboardExpand all lines: descriptor.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ The following fields contain the primary properties that constitute a Descriptor
48
48
49
49
This OPTIONAL property contains an embedded representation of the referenced content.
50
50
Values MUST conform to the Base 64 encoding, as defined in [RFC 4648][rfc4648-s4].
51
-
The decoded data MUST be identical to the referenced content and SHOULD be verified against the [`digest`](#digests) and `size` fields.
51
+
The decoded data MUST be identical to the referenced content and SHOULD be verified against the [`digest`](#digests) and `size` fields by content consumers.
52
52
See [Embedded Content](#embedded-content) for when this is appropriate.
53
53
54
54
Descriptors pointing to [`application/vnd.oci.image.manifest.v1+json`](manifest.md) SHOULD include the extended field `platform`, see [Image Index Property Descriptions](image-index.md#image-index-property-descriptions) for details.
0 commit comments