From 5ba52d0000b14de0f29d5ada9a8e948fcac15923 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 22:53:54 -0800 Subject: [PATCH] Polish formatting --- .../src/docs/asciidoc/packaging-oci-image.adoc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc index be6f9bd8286..6157af6b3ae 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc @@ -164,14 +164,12 @@ Where `` 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`