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 @@ -164,23 +164,20 @@ Where `<options>` can contain:
164
164
* `volume-opt=key=value` to specify key-value pairs consisting of an option name and its value
165
165
|
166
166
167
- | `network` +
168
- (`spring-boot.build-image.network`)
167
+ | `network` + (`spring-boot.build-image.network`)
169
168
| The https://docs.docker.com/network/#network-drivers[network driver] the builder container will be configured to use.
170
169
The value supplied will be passed unvalidated to Docker when creating the builder container.
171
170
|
172
171
173
- | `cleanCache` +
174
- (`spring-boot.build-image.cleanCache`)
172
+ | `cleanCache` + (`spring-boot.build-image.cleanCache`)
175
173
| Whether to clean the cache before building.
176
174
| `false`
177
175
178
176
| `verboseLogging`
179
177
| Enables verbose logging of builder operations.
180
178
| `false`
181
179
182
- | `publish` +
183
- (`spring-boot.build-image.publish`)
180
+ | `publish` + (`spring-boot.build-image.publish`)
184
181
| Whether to publish the generated image to a Docker registry.
185
182
| `false`
186
183
You can’t perform that action at this time.
0 commit comments