From a1df607dd8d7953e93d35585f747a1ad0fabe06e Mon Sep 17 00:00:00 2001 From: Shekhar Aggarwal <50551462+shekharAggarwal@users.noreply.github.com> Date: Thu, 22 Dec 2022 10:47:29 +0530 Subject: [PATCH 1/2] Improve gradle plugin tags documentation See gh-33614 --- .../src/docs/asciidoc/packaging-oci-image.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging-oci-image.adoc b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging-oci-image.adoc index 51392c67568a..0c1c7413450b 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging-oci-image.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging-oci-image.adoc @@ -179,7 +179,7 @@ The value supplied will be passed unvalidated to Docker when creating the builde | `tags` | -| A list of one or more additional tags to apply to the generated image. +| A list of one or more additional tags to apply to the generated image.The values provided to the `tags` option should be full image references in the form of `[image name]:[tag]` or `[repository]/[image name]:[tag]`. | | `buildCache` From a2a59dd6276fe6ee97b2eeb7e050bba9079f7328 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 22:52:27 -0800 Subject: [PATCH 2/2] Polish 'Improve gradle plugin tags documentation' See gh-33614 --- .../src/docs/asciidoc/packaging-oci-image.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging-oci-image.adoc b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging-oci-image.adoc index 0c1c7413450b..076cd501ad09 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging-oci-image.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging-oci-image.adoc @@ -179,7 +179,8 @@ The value supplied will be passed unvalidated to Docker when creating the builde | `tags` | -| A list of one or more additional tags to apply to the generated image.The values provided to the `tags` option should be full image references in the form of `[image name]:[tag]` or `[repository]/[image name]:[tag]`. +| A list of one or more additional tags to apply to the generated image. +The values provided to the `tags` option should be full image references in the form of `[image name]:[tag]` or `[repository]/[image name]:[tag]`. | | `buildCache`