Skip to content

Commit 5f52aba

Browse files
committed
image-index: define platform.os.features on Windows
Signed-off-by: Akihiro Suda <[email protected]>
1 parent a82c098 commit 5f52aba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

image-index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ For the media type(s) that this document is compatible with, see the [matrix][ma
5959

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

62-
This OPTIONAL property specifies an array of strings, each specifying a mandatory OS feature (for example on Windows `win32k`).
62+
This OPTIONAL property specifies an array of strings, each specifying a mandatory OS feature.
63+
For Windows, image indexes SHOULD use, and implementations SHOULD understand the following values:
64+
- `win32k`: image requires `win32k.sys` on the host (Note: `win32k.sys` is missing on Nano Server)
65+
Convention for other features SHOULD be submitted to this specification for standardization.
6366

6467
- **`variant`** *string*
6568

0 commit comments

Comments
 (0)