Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

investigate new Native Image Bundles (NIB) #270

Open
anthonydahanne opened this issue Jun 28, 2023 · 0 comments
Open

investigate new Native Image Bundles (NIB) #270

anthonydahanne opened this issue Jun 28, 2023 · 0 comments
Labels
type:enhancement A general enhancement

Comments

@anthonydahanne
Copy link
Member

Describe the Enhancement

GraalVM team recently announced a new release model, that will include Native Image Bundles (NIB) in the future GraalVM archives. https://medium.com/graalvm/a-new-graalvm-release-and-new-free-license-4aab483692f5

It would be nice to evaluate the impact it could have on the graalvm buildpack.

Possible Solution

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

Motivation

we could decide to have the native-image buildpack support those uses cases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant