-
My native image build fails in v 2.16.4.Final:
I am using mandrel to build the native image. My
This seems related to #26890 This issue is related to #31657, as it appeared immediately after resolving that question. The problem does not appear when using v |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 12 replies
-
/cc @Karm (mandrel), @galderz (mandrel), @geoand (jib), @zakkak (mandrel) |
Beta Was this translation helpful? Give feedback.
-
I should say I am using rootless docker on Ubuntu 22.04. |
Beta Was this translation helpful? Give feedback.
-
@ghubstan Can you share full console output of the build? |
Beta Was this translation helpful? Give feedback.
-
@ghubstan There was a change in how rootlessness is determined in 2.16.4. So that rings a bell. Could you share an example project to see how you have jib configured? EDIT: Sorry, I did not see your previous post. I'll try. |
Beta Was this translation helpful? Give feedback.
-
This problem has been fixed, indirectly or directly, in version 2.16.6.Final. I'm marking it answered, even though I did not fix it. |
Beta Was this translation helpful? Give feedback.
-
Reopened with same problem, see #31696 (reply in thread) |
Beta Was this translation helpful? Give feedback.
-
Hmmmm, maybe something to do with #32309? That was sent to fix #32246. CC @gsmet @Karm |
Beta Was this translation helpful? Give feedback.
-
I get the exact same native img build failure when upgrading to Quarkus 3.2.0.Final. |
Beta Was this translation helpful? Give feedback.
-
@ghubstan Do you have a reproducer? |
Beta Was this translation helpful? Give feedback.
Hello @ghubstan, the latest Quarkus code is fixed, so Quarkus 3.2.2.Final will work again with your reproducer.