[quarkus-container-image-jib] No progress after "Container entrypoint set to" with quarkus 3.17.6 (3.15.2 works) #45496
Labels
area/container-image
env/windows
Impacts Windows machines
kind/bug
Something isn't working
triage/needs-feedback
We are waiting for feedback.
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: