From 07d842b51d685d08e8cc18c60353ea44cbfbc955 Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Wed, 20 May 2020 16:06:48 -0500 Subject: [PATCH] Polish maven build image command line example --- .../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 71ffd6adf53..9a3d2015567 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 @@ -230,6 +230,6 @@ The image name can be specified on the command line as well, as shown in this ex [indent=0] ---- - $ mvn spring-boot:build-image -Dspring-boot.build-image.imageName=example.com/library/v1 + $ mvn spring-boot:build-image -Dspring-boot.build-image.imageName=example.com/library/my-app:v1 ----