Skip to content

Commit c8fac66

Browse files
author
Mrunal Patel
authored
Merge pull request #487 from wking/no-distribution-references
bundle: Remove distribution references
2 parents 6de52a7 + ecb7fa5 commit c8fac66

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)