Skip to content

Commit

Permalink
Merge pull request #652 from AkihiroSuda/platform-os-features
Browse files Browse the repository at this point in the history
image-index: define platform.os.features on Windows
  • Loading branch information
stevvooe authored Jun 28, 2017
2 parents 1b24aca + 922ccc1 commit 28462ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion image-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ For the media type(s) that this document is compatible with, see the [matrix][ma

- **`os.features`** *array of strings*

This OPTIONAL property specifies an array of strings, each specifying a mandatory OS feature (for example on Windows `win32k`).
This OPTIONAL property specifies an array of strings, each specifying a mandatory OS feature.
When `os` is `windows`, image indexes SHOULD use, and implementations SHOULD understand the following values:
- `win32k`: image requires `win32k.sys` on the host (Note: `win32k.sys` is missing on Nano Server)
When `os` is not `windows`, values are implementation-defined and SHOULD be submitted to this specification for standardization.

- **`variant`** *string*

Expand Down

0 comments on commit 28462ef

Please sign in to comment.