-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[quarkus-container-image-jib] No progress after "Container entrypoint set to" with quarkus 3.17.6 (3.15.2 works) #45496
Comments
/cc @geoand (jib) |
I could not reproduce this problem |
Ok, I'll take a look into it. I thought this may be a windows problem. |
I experience the same with out project that is using gradle. Likely the same issue🤷♂️I think I also can confirm that it only occurred on windows, on unix/mac it runs through.
gradle seems to be blocked/waiting with no further logs of the build process
|
Does the same thing happens with a Windows + Maven setup? |
@geoand I think @clahres described it with Windows + Maven. But as the issue he also attached, it looks like jib itself struggled with a "Deadlock on windows on build" lately, so it might not be an issue of quarkus. https://github.com/GoogleContainerTools/jib/releases Bug might have been introduced with: GoogleContainerTools/jib#4249 |
Has anyone taken it up with the Jib team? |
There is a rather basic reopen: GoogleContainerTools/jib#4339 |
🙏🏽 |
Describe the bug
When running the quickstart "getting-startet-reactive" with quarkus-container-image-jib plugin, the build stops progress at
[INFO] [io.quarkus.container.image.jib.deployment.JibProcessor] Container entrypoint set to [/opt/jboss/container/java/run/run-java.sh]
Expected behavior
Build finishes
Actual behavior
Build does not finish
How to Reproduce?
<quarkus.container-image.build>true</quarkus.container-image.build>
.\mvnw clean install
Output of
uname -a
orver
OS: Windows 10 Pro; Version: 22H2; OS build: 19045.5247
Output of
java -version
openjdk-23.0.1
Quarkus version or git rev
3.17.6
Build tool (ie. output of
mvnw --version
orgradlew --version
)maven-3.9.9
Additional information
When I use quarkus 3.15.2, the build finishes successfully.
Maybe this is related? GoogleContainerTools/jib#4267
The text was updated successfully, but these errors were encountered: