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 @@ -164,23 +164,20 @@ Where `<options>` can contain:
164164* `volume-opt=key=value` to specify key-value pairs consisting of an option name and its value
165165|
166166
167- | `network` +
168- (`spring-boot.build-image.network`)
167+ | `network` + (`spring-boot.build-image.network`)
169168| The https://docs.docker.com/network/#network-drivers[network driver] the builder container will be configured to use.
170169The value supplied will be passed unvalidated to Docker when creating the builder container.
171170|
172171
173- | `cleanCache` +
174- (`spring-boot.build-image.cleanCache`)
172+ | `cleanCache` + (`spring-boot.build-image.cleanCache`)
175173| Whether to clean the cache before building.
176174| `false`
177175
178176| `verboseLogging`
179177| Enables verbose logging of builder operations.
180178| `false`
181179
182- | `publish` +
183- (`spring-boot.build-image.publish`)
180+ | `publish` + (`spring-boot.build-image.publish`)
184181| Whether to publish the generated image to a Docker registry.
185182| `false`
186183
You can’t perform that action at this time.
0 commit comments