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
The filesystem at root.path is not the bundle; the bundle contains
both root.path and the config.json as siblings (according to
bundle.md). Remove the possibly confusing use of "bundle" for
something else, rolling back part of 718f9f3 (minor narrative cleanup
regarding config compatibility, 2017-01-30, opencontainers#673).
Signed-off-by: W. Trevor King <[email protected]>
Copy file name to clipboardExpand all lines: config.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -325,11 +325,11 @@ For Windows based systems the user structure has the following fields:
325
325
326
326
**`platform`** (object, REQUIRED) specifies the configuration's target platform.
327
327
328
-
***`os`** (string, REQUIRED) specifies the operating system family of the container configuration's specified [`root`](#root) filesystem bundle.
328
+
***`os`** (string, REQUIRED) specifies the operating system family of the container configuration's specified [`root.path`](#root) filesystem.
329
329
The runtime MUST generate an error if it does not support the specified **`os`**.
330
330
Values SHOULD be, and runtimes SHOULD understand, **`os`** entries listed in the Go Language document for [`GOOS`][go-environment].
331
331
If an operating system is not included in the `GOOS` documentation, it SHOULD be submitted to this specification for standardization.
332
-
***`arch`** (string, REQUIRED) specifies the instruction set for which the binaries in the specified [`root`](#root) filesystem bundle have been compiled.
332
+
***`arch`** (string, REQUIRED) specifies the instruction set for which the binaries in the specified [`root.path`](#root) filesystem have been compiled.
333
333
The runtime MUST generate an error if it does not support the specified **`arch`**.
334
334
Values SHOULD be, and runtimes SHOULD understand, **`arch`** entries listed in the Go Language document for [`GOARCH`][go-environment].
335
335
If an architecture is not included in the `GOARCH` documentation, it SHOULD be submitted to this specification for standardization.
0 commit comments