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
I am trying to build a native image (I am using the pom file as generated by https://start.spring.io/) however this is not successful. Basically, this is failing at the creator stage giving a fatal error.
Expected Behavior
Build a native docker image using ./mvnw spring-boot:build-image -Pnative
hello!
Can you please attach the logs described here:
[INFO] [creator] # An error report file with more information is saved as:
[INFO] [creator] # /layers/paketo-buildpacks_native-image/native-image/hs_err_pid320.log
I am trying to build a native image (I am using the pom file as generated by https://start.spring.io/) however this is not successful. Basically, this is failing at the creator stage giving a fatal error.
Expected Behavior
Build a native docker image using
./mvnw spring-boot:build-image -Pnative
Current Behavior
Generation failing in the creator stage. See log here: https://gist.github.com/jerdebsp/3c239ef9e319bc3d03943efa1d0a11d6
Steps to Reproduce
POM file:
Command used:
./mvnw spring-boot:build-image -Pnative
Java Version
Maven Version: Apache Maven 3.9.6
Machine: Mac M2
Motivations
Need to build a docker image for my micro service
The text was updated successfully, but these errors were encountered: