You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there's also another point I missed: Native Image Bundles (NIB) The user could create a bundle from their jar: native-image -jar MyApp.jar -bundle-create=…/path/to/<imagename>.nib and later on create a native image with: native-image -bundle-apply=…/path/to/<imagename>.nib
we could decide to have the native-image buildpack support those uses cases
Describe the Enhancement
GraalVM team recently announced a new release model, that will include
native-image
directly in the future GraalVM archives. https://medium.com/graalvm/a-new-graalvm-release-and-new-free-license-4aab483692f5It would be nice to evaluate the impact it could have on the
graalvm
buildpack.Possible Solution
It should be possible to simplify the code and no longer rely on
gu install
; see https://github.com/paketo-buildpacks/graalvm/blob/main/cmd/main/main.go#L39 for example@pivotal-david-osullivan mentioned:
Motivation
Adapt to new packaging, simplify the codebase
The text was updated successfully, but these errors were encountered: