Skip to content

Commit

Permalink
Added a reference to "Creating a Linux executable without GraalVM ins…
Browse files Browse the repository at this point in the history
…talled"

Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com>
  • Loading branch information
hbelmiro committed Sep 1, 2022
1 parent 8489b81 commit b352a42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/main/asciidoc/building-native-image.adoc
Expand Up @@ -382,6 +382,7 @@ These are normal Quarkus config properties, so if you always want to build in a
it is recommended you add these to your `application.properties` in order to avoid specifying them every time.
====

[#tip-quarkus-native-remote-container-build]
[TIP]
====
If you see the following invalid path error for your application JAR when trying to create a native executable using a container build, even though your JAR was built successfully, you're most likely using a remote daemon for your container runtime.
Expand Down Expand Up @@ -428,6 +429,8 @@ If one of those extensions is present, then creating a container image for the n
[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`.
See <<tip-quarkus-native-remote-container-build, Creating a Linux executable without GraalVM installed>> for more details.
====

* `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)
Expand Down

0 comments on commit b352a42

Please sign in to comment.