JibProcessor hangs with native image build for Quarkus 3.20.0 #47035
Unanswered
erik-wramner
asked this question in
Q&A
Replies: 3 comments 5 replies
-
/cc @geoand (jib) |
Beta Was this translation helpful? Give feedback.
3 replies
-
I found a workaround. This works:
I.e., using remote container build instead of local. As the wrong folder is mounted, that makes sense. It would still be nice to get this fixed, but at least now we can continue with the upgrade. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Actually @geoand it didn't work. The build succeeds, but there is no new docker image. Trying to find the right options... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to upgrade from 3.15.4 LTS to 3.20.0 LTS. The build works, but in the final step when it creates a docker image, it just hangs. No CPU usage, nothing happens.
This is on Windows. The output until it hangs:
Running the docker command manually has the same effect. This works well with 3.15.4. What has changed? Anyone else with the same problem?
EDIT: experimenting a bit, if I change the volume mount to use the target folder rather than the source jar folder, this step works. The problem is that the app-runner file does not exist in the source jar folder. However, the mount is generated, so the question becomes how to fix it (or fix so that the runner file gets copied into the right place).
Beta Was this translation helpful? Give feedback.
All reactions