We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cddf362 + 1948a30 commit e6a431fCopy full SHA for e6a431f
serialization.md
@@ -300,7 +300,8 @@ Note: whitespace has been added to this example for clarity. Whitespace is OPTIO
300
301
<ul>
302
<li>
303
- <code>type</code> is usually set to <code>layers</code>.
+ <code>type</code> which MUST be set to <code>layers</code>.
304
+ Implementations MUST generate an error if they encounter a unknown value while verifying or unpacking an image.
305
</li>
306
307
<code>diff_ids</code> is an array of layer content hashes (<code>DiffIDs</code>), in order from bottom-most to top-most.
0 commit comments