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: config.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -298,12 +298,12 @@ For Windows based systems the user structure has the following fields:
298
298
299
299
***`os`** (string, REQUIRED) specifies the operating system family of the container configuration's specified [`root`](#root) file system bundle.
300
300
The runtime MUST generate an error if it does not support the specified **`os`**.
301
-
Bundles SHOULD use, and runtimes SHOULD understand, **`os`** entries listed in the Go Language document for [`$GOOS`][go-environment].
302
-
If an operating system is not included in the `$GOOS` documentation, it SHOULD be submitted to this specification for standardization.
301
+
Bundles SHOULD use, and runtimes SHOULD understand, **`os`** entries listed in the Go Language document for [`GOOS`][go-environment].
302
+
If an operating system is not included in the `GOOS` documentation, it SHOULD be submitted to this specification for standardization.
303
303
***`arch`** (string, REQUIRED) specifies the instruction set for which the binaries in the specified [`root`](#root) file system bundle have been compiled.
304
304
The runtime MUST generate an error if it does not support the specified **`arch`**.
305
-
Values for **`arch`** SHOULD use, and runtimes SHOULD understand, **`arch`** entries listed in the Go Language document for [`$GOARCH`][go-environment].
306
-
If an architecture is not included in the `$GOARCH` documentation, it SHOULD be submitted to this specification for standardization.
305
+
Values for **`arch`** SHOULD use, and runtimes SHOULD understand, **`arch`** entries listed in the Go Language document for [`GOARCH`][go-environment].
306
+
If an architecture is not included in the `GOARCH` documentation, it SHOULD be submitted to this specification for standardization.
0 commit comments