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 7a81cea commit 62f5e44Copy full SHA for 62f5e44
spring-boot-project/spring-boot-docs/src/docs/asciidoc/appendix-executable-jar-format.adoc
@@ -132,7 +132,7 @@ The index file would look like this:
132
133
[[executable-jar-war-index-files-layers]]
134
=== Layer Index
135
-The classpath index file can be provided in `BOOT-INF/layers.idx`.
+The layers index file can be provided in `BOOT-INF/layers.idx`.
136
It provides a list of layers and the parts of the jar that should be contained within them.
137
Layers are written in the order that they should be added to the Docker/OCI image.
138
Layers names are written as quoted strings prefixed with dash space (`"-·"`) and with a colon (`":"`) suffix.
0 commit comments