We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5325ec4 commit 60acaacCopy full SHA for 60acaac
image-layout.md
@@ -29,6 +29,11 @@ The image layout is as follows:
29
- It MUST be an [image index](image-index.md) JSON object.
30
- See [index.json](#indexjson-file) section
31
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
+
37
## Example Layout
38
39
This is an example image layout:
0 commit comments