Polish formatting

pull/33648/head
Phillip Webb 2 years ago
parent df08eb8b63
commit 5ba52d0000

@ -164,14 +164,12 @@ Where `<options>` can contain:
* `volume-opt=key=value` to specify key-value pairs consisting of an option name and its value
|
| `network` +
(`spring-boot.build-image.network`)
| `network` + (`spring-boot.build-image.network`)
| The https://docs.docker.com/network/#network-drivers[network driver] the builder container will be configured to use.
The value supplied will be passed unvalidated to Docker when creating the builder container.
|
| `cleanCache` +
(`spring-boot.build-image.cleanCache`)
| `cleanCache` + (`spring-boot.build-image.cleanCache`)
| Whether to clean the cache before building.
| `false`
@ -179,8 +177,7 @@ The value supplied will be passed unvalidated to Docker when creating the builde
| Enables verbose logging of builder operations.
| `false`
| `publish` +
(`spring-boot.build-image.publish`)
| `publish` + (`spring-boot.build-image.publish`)
| Whether to publish the generated image to a Docker registry.
| `false`

Loading…
Cancel
Save