This commit is contained in:
Madhura Bhave 2020-06-29 16:29:09 -07:00
parent 7a81cea513
commit 62f5e44324
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ The index file would look like this:
[[executable-jar-war-index-files-layers]]
=== 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.
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.