-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Allow "native" Maven profile to support both NBT and buildpacks #31770
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
Comments
Maybe the |
Invoking That said, just running See also partially related issue #31782 for the wider context of native integration in Buildpacks. |
We've decided to remove the execution of NBT in the |
See #31782 |
The Spring Boot build plugins support creating native images out of the box using the
build-image
command that uses Buildpacks to build the GraalVM native image. Still, Boot 3.0 has introduced a dedicated build profilenative
that rather uses thenative-maven-plugin
which requires GraalVM and the native plugin installed locally.I would appreciate if one could build images without having to declare an extra profile with boilerplate setup to use the Boot plugin built in functionality to build a Docker container with a native image contained.
The text was updated successfully, but these errors were encountered: