From e46e2edb775a5c11cefdd67b7fdd384fce3b49b4 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] Maven plugin documentation updated for `tags` As mentioned in https://github.com/spring-projects/spring-boot/issues/33528, I have updated the description of `tags`. --- .../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 7752c5ced4c9..0a76553ecf1b 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 @@ -190,7 +190,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]`. The name `tags` was chosen to be consistent with the https://buildpacks.io/docs/tools/pack/#pack-cli[`pack CLI`]. | | `caches` From 961e24675f1bd3c35325b1410898e439932f4297 Mon Sep 17 00:00:00 2001 From: Shekhar Aggarwal <50551462+shekharAggarwal@users.noreply.github.com> Date: Thu, 22 Dec 2022 10:44:44 +0530 Subject: [PATCH 2/2] Update packaging-oci-image.adoc --- .../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 0a76553ecf1b..c67b6e64cc89 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 @@ -190,7 +190,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. The values provided to the `tags` option should be full image references in the form of `[image name]:[tag]` or `[repository]/[image name]:[tag]`. The name `tags` was chosen to be consistent with the https://buildpacks.io/docs/tools/pack/#pack-cli[`pack CLI`]. +|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`