Skip to content

Commit a43db3c

Browse files
committed
config: Change "filesystem bundle" -> "filesystem"
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]>
1 parent 239c4e4 commit a43db3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,11 +325,11 @@ For Windows based systems the user structure has the following fields:
325325

326326
**`platform`** (object, REQUIRED) specifies the configuration's target platform.
327327

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.
329329
The runtime MUST generate an error if it does not support the specified **`os`**.
330330
Values SHOULD be, and runtimes SHOULD understand, **`os`** entries listed in the Go Language document for [`GOOS`][go-environment].
331331
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.
333333
The runtime MUST generate an error if it does not support the specified **`arch`**.
334334
Values SHOULD be, and runtimes SHOULD understand, **`arch`** entries listed in the Go Language document for [`GOARCH`][go-environment].
335335
If an architecture is not included in the `GOARCH` documentation, it SHOULD be submitted to this specification for standardization.

0 commit comments

Comments
 (0)