native-image
native-image copied to clipboard
A Cloud Native Buildpack that creates native images from Java applications
`BP_BOOT_NATIVE_IMAGE_BUILD_ARGUMENTS` and `BP_BOOT_NATIVE_IMAGE` They've been deprecated for 2 years now ## Checklist * [x] I have viewed, signed, and submitted the Contributor License Agreement. * [x] I have linked issue(s)...
I use kpack 0.9.2 and java-native-image. From GraalVM [Debugging and Diagnostics](https://www.graalvm.org/22.3/reference-manual/native-image/debugging-and-diagnostics/) doc, I want to configure heapdump, see the doc: https://www.graalvm.org/22.3/reference-manual/native-image/guides/create-heap-dump/ In build phase, add `BP_NATIVE_IMAGE_BUILD_ARGUMENTS="--enable-monitoring=heapdump"` In runtime phase, I...
Building a spring cloud function native executable using - OS: Linux - JDK: OpenJDK 17 - Spring Boot: 3.0.0 - Graal 22.3 - native-image buildpack (standard spring boot v3 profile...
## Describe the Enhancement When buildpacks are building a project from source, it is possible for the project to include the [Maven](https://graalvm.github.io/native-build-tools/latest/maven-plugin.html) or [Gradle](https://graalvm.github.io/native-build-tools/latest/gradle-plugin.html) Native Build Tools plugin and configure...
Bumps Go modules used by the project. See the commit for details on what modules were updated. Release Notes
Bumps Go from 1.22 to 1.23 and update Go modules used by the project. See the commit for details on what modules were updated. Release Notes