File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -169,23 +169,20 @@ Where `<options>` can contain:
169169* `volume-opt=key=value` to specify key-value pairs consisting of an option name and its value
170170|
171171
172- | `network` +
173- (`spring-boot.build-image.network`)
172+ | `network` + (`spring-boot.build-image.network`)
174173| The https://docs.docker.com/network/#network-drivers[network driver] the builder container will be configured to use.
175174The value supplied will be passed unvalidated to Docker when creating the builder container.
176175|
177176
178- | `cleanCache` +
179- (`spring-boot.build-image.cleanCache`)
177+ | `cleanCache` + (`spring-boot.build-image.cleanCache`)
180178| Whether to clean the cache before building.
181179| `false`
182180
183181| `verboseLogging`
184182| Enables verbose logging of builder operations.
185183| `false`
186184
187- | `publish` +
188- (`spring-boot.build-image.publish`)
185+ | `publish` + (`spring-boot.build-image.publish`)
189186| Whether to publish the generated image to a Docker registry.
190187| `false`
191188
You can’t perform that action at this time.
0 commit comments