File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-boot-project/spring-boot-docs/src/docs/asciidoc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ The index file would look like this:
134
134
=== Layer Index
135
135
The classpath index file can be provided in `BOOT-INF/layers.idx`.
136
136
It provides a list of layers and the parts of the jar that should be contained within them.
137
- Lyers are written in the order that they should be added to the Docker/OCI image.
137
+ Layers are written in the order that they should be added to the Docker/OCI image.
138
138
Layers names are written as quoted strings prefixed with dash space (`"-·"`) and with a colon (`":"`) suffix.
139
139
Layer content is either a file or folder name written as a quoted string prefixed by space space dash space (`"··-·"`).
140
140
A folder name ends with `/`, a file name does not.
You can’t perform that action at this time.
0 commit comments