Browse Source

Polish maven build image command line example

pull/21533/head
Scott Frederick 6 years ago
parent
commit
07d842b51d
  1. 2
      spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc

2
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 @@ -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
----

Loading…
Cancel
Save