Skip to content

Commit

Permalink
Added note about quarkus.native.container-build=true to building-na…
Browse files Browse the repository at this point in the history
…tive-image.adoc

Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com>
  • Loading branch information
hbelmiro committed Aug 31, 2022
1 parent 8ad597b commit a62086d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/main/asciidoc/building-native-image.adoc
Expand Up @@ -424,6 +424,12 @@ If one of those extensions is present, then creating a container image for the n
----

* `quarkus.native.container-build=true` allows for creating a Linux executable without GraalVM being installed (and is only necessary if you don't have GraalVM installed locally or your local operating system is not Linux)

[NOTE]
====
If you're running a remote Docker daemon, you need to replace `quarkus.native.container-build=true` with `quarkus.native.remote-container-build=true`.
====

* `quarkus.container-image.build=true` instructs Quarkus to create a container-image using the final application artifact (which is the native executable in this case)

See the xref:container-image.adoc[Container Image guide] for more details.
Expand Down

0 comments on commit a62086d

Please sign in to comment.