Skip to content

Commit a34c7c7

Browse files
authored
Merge pull request #176 from reitzig/patch-2
fix(docs): working link to manual of Native Image Maven Plugin
2 parents ad4812d + a5a74d0 commit a34c7c7

File tree

1 file changed

+1
-1
lines changed
  • first-party/jib-native-image-extension-maven

1 file changed

+1
-1
lines changed

first-party/jib-native-image-extension-maven/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Jib GraalVM Native Image Extension
22

3-
This extension containerizes a [GraalVM native-imgae](https://www.graalvm.org/docs/reference-manual/native-image/) application configured with [Native Image Maven Plugin](https://www.graalvm.org/docs/reference-manual/native-image/#integration-with-maven).
3+
This extension containerizes a [GraalVM native-imgae](https://www.graalvm.org/docs/reference-manual/native-image/) application configured with [Native Image Maven Plugin](https://graalvm.github.io/native-build-tools/latest/maven-plugin.html).
44

55
The extension expects the `native-image-maven-plugin` to do the the heavy lifting of generating a "native image" (with the `native-image:native-image` goal). (The "image" in "native image" refers to an executable binary, not a container image.) Then the extension simply copies the binary, say, `<project root>/target/com.example.mymainclass`, into a container image and sets executable bits. It also auto-sets the container image entrypoint to the binary, say, `/app/com.example.mymainclass` (unless you manually configure `<container><entrypoint>` in the main Jib configuration).
66

0 commit comments

Comments
 (0)