Fix typo
This commit is contained in:
parent
7a81cea513
commit
62f5e44324
|
@ -132,7 +132,7 @@ The index file would look like this:
|
||||||
|
|
||||||
[[executable-jar-war-index-files-layers]]
|
[[executable-jar-war-index-files-layers]]
|
||||||
=== Layer Index
|
=== Layer Index
|
||||||
The classpath index file can be provided in `BOOT-INF/layers.idx`.
|
The layers 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.
|
||||||
Layers 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.
|
||||||
|
|
Loading…
Reference in New Issue