Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,5 @@ This REQUIRED file MUST reside in the root of the bundle directory and MUST be n
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.
In other words, a tar archive of a *bundle* will have these artifacts at the root of the archive, not nested within a top-level directory.
While `config.json` MUST be present in a directory on the local filesystem, that directory itself is not part of the bundle.
In other words, a tar archive of a *bundle* will have `config.json` at the root of the archive, not nested within a top-level directory.