Skip to content

Commit 5ba52d0

Browse files
committed
Polish formatting
1 parent df08eb8 commit 5ba52d0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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.
170169
The 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

0 commit comments

Comments
 (0)