Polish formatting

This commit is contained in:
Phillip Webb
2022-12-21 22:53:54 -08:00
parent df08eb8b63
commit 5ba52d0000

View File

@@ -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`