You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: image-index.md
+23-13Lines changed: 23 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,12 +57,12 @@ For the media type(s) that this document is compatible with, see the [matrix][ma
57
57
-**`architecture`***string*
58
58
59
59
This REQUIRED property specifies the CPU architecture.
60
-
Image indexes SHOULD use, and implementations SHOULD understand, values listed in the Go Language document for [`GOARCH`][go-environment2].
60
+
Image indexes SHOULD use, and implementations SHOULD understand, `architecture`values listed in the [Supported Platforms](#supported-platforms) table.
61
61
62
62
-**`os`***string*
63
63
64
64
This REQUIRED property specifies the operating system.
65
-
Image indexes SHOULD use, and implementations SHOULD understand, values listed in the Go Language document for [`GOOS`][go-environment2].
65
+
Image indexes SHOULD use, and implementations SHOULD understand, `os`values listed in the [Supported Platforms](#supported-platforms) table.
66
66
67
67
-**`os.version`***string*
68
68
@@ -82,7 +82,7 @@ For the media type(s) that this document is compatible with, see the [matrix][ma
82
82
-**`variant`***string*
83
83
84
84
This OPTIONAL property specifies the variant of the CPU.
85
-
Image indexes SHOULD use, and implementations SHOULD understand, `variant` values listed in the [Platform Variants](#platform-variants) table.
85
+
Image indexes SHOULD use, and implementations SHOULD understand, `variant` values listed in the [Supported Platforms](#supported-platforms) table.
86
86
87
87
-**`features`***array of strings*
88
88
@@ -102,18 +102,28 @@ For the media type(s) that this document is compatible with, see the [matrix][ma
102
102
103
103
See [Pre-Defined Annotation Keys](annotations.md#pre-defined-annotation-keys).
104
104
105
-
## Platform Variants
105
+
## Supported Platforms
106
106
107
-
When the variant of the CPU is not listed in the table, values are implementation-defined and SHOULD be submitted to this specification for standardization.
107
+
When the combination of architecture, variant, and os is not listed in the table, values are implementation-defined and SHOULD be submitted to this specification for standardization.
108
108
These values SHOULD match (or be similar to) their analog listed in [the Go Language document][go-environment2].
0 commit comments