Skip to content

Commit

Permalink
serialization: remove windows-specific layers+base rootfs
Browse files Browse the repository at this point in the history
The `rootfs.type` field previously allowed a `type` of `layers+base` to
signify that there the layers must be applied to a base image. This was
required to support windows containers in Docker initially but has since
been replaced with a more compatible mechanism. It has no relevence for
OCI.

Signed-off-by: Stephen J Day <[email protected]>
  • Loading branch information
stevvooe committed Aug 26, 2016
1 parent 09fc80c commit 0c52d5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion serialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ Note: whitespace has been added to this example for clarity. Whitespace is OPTIO
<ul>
<li>
<code>type</code> is usually set to <code>layers</code>.
There is also a Windows-specific value <code>layers+base</code> that allows a base layer to be specified in a field of <code>rootfs</code> called <code>base_layer</code>.
</li>
<li>
<code>diff_ids</code> is an array of layer content hashes (<code>DiffIDs</code>), in order from bottom-most to top-most.
Expand Down

0 comments on commit 0c52d5d

Please sign in to comment.