Skip to content

Commit 1a0b9f9

Browse files
authored
Merge pull request #1230 from sudo-bmitch/pr-layout-extensibility
Document extensibility of the image layout
2 parents f272635 + 60acaac commit 1a0b9f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

image-layout.md

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ The image layout is as follows:
2929
- It MUST be an [image index](image-index.md) JSON object.
3030
- See [index.json](#indexjson-file) section
3131

32+
**Implementor's Note:**
33+
For extensibility and future expansion, additional files may be included in the directory.
34+
Implementations should not error when encountering unknown files.
35+
A common usage includes the `manifest.json` file associated with a backwards compatible `docker save` format.
36+
3237
## Example Layout
3338

3439
This is an example image layout:

0 commit comments

Comments
 (0)