Skip to content

Commit 6367a8c

Browse files
committed
Merge branch '2.7.x'
2 parents e57824f + 5ba52d0 commit 6367a8c

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
@@ -169,23 +169,20 @@ Where `<options>` can contain:
169169
* `volume-opt=key=value` to specify key-value pairs consisting of an option name and its value
170170
|
171171

172-
| `network` +
173-
(`spring-boot.build-image.network`)
172+
| `network` + (`spring-boot.build-image.network`)
174173
| The https://docs.docker.com/network/#network-drivers[network driver] the builder container will be configured to use.
175174
The value supplied will be passed unvalidated to Docker when creating the builder container.
176175
|
177176

178-
| `cleanCache` +
179-
(`spring-boot.build-image.cleanCache`)
177+
| `cleanCache` + (`spring-boot.build-image.cleanCache`)
180178
| Whether to clean the cache before building.
181179
| `false`
182180

183181
| `verboseLogging`
184182
| Enables verbose logging of builder operations.
185183
| `false`
186184

187-
| `publish` +
188-
(`spring-boot.build-image.publish`)
185+
| `publish` + (`spring-boot.build-image.publish`)
189186
| Whether to publish the generated image to a Docker registry.
190187
| `false`
191188

0 commit comments

Comments
 (0)