File tree 1 file changed +3
-6
lines changed
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc
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:
169
169
* `volume-opt=key=value` to specify key-value pairs consisting of an option name and its value
170
170
|
171
171
172
- | `network` +
173
- (`spring-boot.build-image.network`)
172
+ | `network` + (`spring-boot.build-image.network`)
174
173
| The https://docs.docker.com/network/#network-drivers[network driver] the builder container will be configured to use.
175
174
The value supplied will be passed unvalidated to Docker when creating the builder container.
176
175
|
177
176
178
- | `cleanCache` +
179
- (`spring-boot.build-image.cleanCache`)
177
+ | `cleanCache` + (`spring-boot.build-image.cleanCache`)
180
178
| Whether to clean the cache before building.
181
179
| `false`
182
180
183
181
| `verboseLogging`
184
182
| Enables verbose logging of builder operations.
185
183
| `false`
186
184
187
- | `publish` +
188
- (`spring-boot.build-image.publish`)
185
+ | `publish` + (`spring-boot.build-image.publish`)
189
186
| Whether to publish the generated image to a Docker registry.
190
187
| `false`
191
188
You can’t perform that action at this time.
0 commit comments