tkobayas commented on issue #1441: URL: https://github.com/apache/incubator-kie-issues/issues/1441#issuecomment-2304131189
``` mvn clean package -Dnative -Dquarkus.native.container-build=true -Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-mandrel-builder-image:22.3-java17 ``` The old builder image `quay.io/quarkus/ubi-quarkus-mandrel-builder-image:22.3-java17` can successfully build native image. So the issue seems to be introduced by the new builder image `quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-21` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
