Skip to content

Commit

Permalink
bundle: Remove distribution references
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
wking committed Jun 4, 2016
1 parent b953df4 commit ecb7fa5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ This MUST include the following artifacts:

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

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

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

0 comments on commit ecb7fa5

Please sign in to comment.