From 79557012a7838e3edca43604e29ded978a647ca0 Mon Sep 17 00:00:00 2001 From: Shekhar Aggarwal <50551462+shekharAggarwal@users.noreply.github.com> Date: Wed, 21 Dec 2022 23:36:33 +0530 Subject: [PATCH 1/2] Improve maven plugin tags documentation See gh-33609 --- .../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-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 fd2da1264299..0578574fef73 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 @@ -185,7 +185,7 @@ The value supplied will be passed unvalidated to Docker when creating the builde | `false` | `tags` -| One or more additional tags to apply to the generated image. +|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]`. | | `caches` From c205ba0694bec2117662de706bddca152658af31 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 22:46:25 -0800 Subject: [PATCH 2/2] Polish 'Improve maven plugin tags documentation' See gh-33609 --- .../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-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 0578574fef73..be6f9bd8286a 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 @@ -185,7 +185,8 @@ The value supplied will be passed unvalidated to Docker when creating the builde | `false` | `tags` -|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]`. +| 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]`. | | `caches`