|
|
@ -134,7 +134,7 @@ The index file would look like this:
|
|
|
|
=== Layer Index
|
|
|
|
=== Layer Index
|
|
|
|
The classpath index file can be provided in `BOOT-INF/layers.idx`.
|
|
|
|
The classpath index file can be provided in `BOOT-INF/layers.idx`.
|
|
|
|
It provides a list of layers and the parts of the jar that should be contained within them.
|
|
|
|
It provides a list of layers and the parts of the jar that should be contained within them.
|
|
|
|
Lyers are written in the order that they should be added to the Docker/OCI image.
|
|
|
|
Layers are written in the order that they should be added to the Docker/OCI image.
|
|
|
|
Layers names are written as quoted strings prefixed with dash space (`"-·"`) and with a colon (`":"`) suffix.
|
|
|
|
Layers names are written as quoted strings prefixed with dash space (`"-·"`) and with a colon (`":"`) suffix.
|
|
|
|
Layer content is either a file or folder name written as a quoted string prefixed by space space dash space (`"··-·"`).
|
|
|
|
Layer content is either a file or folder name written as a quoted string prefixed by space space dash space (`"··-·"`).
|
|
|
|
A folder name ends with `/`, a file name does not.
|
|
|
|
A folder name ends with `/`, a file name does not.
|
|
|
|