Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions serialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,9 @@ Here is an example image JSON file:
<li>amd64</li>
<li>arm</li>
</ul>
More values may be supported in the future and any of these may or may not be supported by a given container runtime implementation.
A full list of possible values can be found in the <a href=https://golang.org/doc/install/source#environment>Go language documentation for $GOOS and $GOARCH</a>.
Any of these may or may not be supported by a given container runtime
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps pull this sentence up to be all on one line.

implementation.
</dd>
<dt>
os <code>string</code>
Expand All @@ -180,8 +182,9 @@ Here is an example image JSON file:
<li>freebsd</li>
<li>linux</li>
</ul>
More values may be supported in the future and any of these may or may
not be supported by a given container runtime implementation.
A full list of values can be found in the <a href=https://golang.org/doc/install/source#environment>Go language documentation for $GOOS and $GOARCH</a>.
Any of these may or may not be supported by a given container runtime
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

implementation.
</dd>
<dt>
checksum <code>string</code>
Expand Down