Skip to content

Commit ecb7fa5

Browse files
committed
bundle: Remove distribution references
These distribution requirements belong in image-spec or similar. They don't apply to runtimes or filesystem bundles (the latter are covered by the earlier "This MUST include the following artifacts"), which are the two entities tested for compliance with this spec. Signed-off-by: W. Trevor King <[email protected]>
1 parent b953df4 commit ecb7fa5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bundle.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ This MUST include the following artifacts:
1212

1313
1. `config.json` : contains configuration data.
1414
This REQUIRED file MUST reside in the root of the bundle directory and MUST be named `config.json`.
15-
When the bundle is packaged up for distribution, this file MUST be included.
1615
See [`config.json`](config.md) for more details.
1716

1817
2. A directory representing the root filesystem of the container.
1918
While the name of this REQUIRED directory may be arbitrary, users should consider using a conventional name, such as `rootfs`.
20-
When the bundle is packaged up for distribution, this directory MUST be included.
2119
This directory MUST be referenced from within the `config.json` file.
2220

2321
While these artifacts MUST all be present in a single directory on the local filesystem, that directory itself is not part of the bundle.

0 commit comments

Comments
 (0)