-
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
Use --interactive
option when using docker inside Windows' WSL
#37389
Use --interactive
option when using docker inside Windows' WSL
#37389
Conversation
@tglaeser @gmuellerinform can you please confirm that the If you could also give this PR a go it would be great. You can do so by running: git clone https://github.com/zakkak/quarkus --branch 2023-11-27-fix-docker-in-wsl-issue
cd quarkus
./mvnw -Dquickly
./mvnw -Dnative -pl integration-tests/jpa -Dnative.surefire.skip -Dformat.skip -Dno-descriptor-tests clean verify |
@Karm @geoand please note that I am also moving ContainerRuntimeUtil to core/deployment since it's only used in the deployment phase. I am not sure why it was added to core/runtime at first. Let me know if there is any issue with the move. |
This comment has been minimized.
This comment has been minimized.
Executing
|
returns
Probably unrelated, there were many exceptions of type |
There seems to be an issue with docker printing output when running in Windows' WSL without `--interactive`. Closes quarkusio#37272
ce11271
to
0af4d6a
Compare
@zakkak the question might be stupid but won't |
I suppose, but it's not clear what this really means in our case. According to my testing it doesn't seem to affect the build process (at least not when everything works as expected) and AFAIK is the only way to work around the issue. I guess it could become an issue if |
This comment has been minimized.
This comment has been minimized.
Failing Jobs - Building 0af4d6a
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 17 Windows #- Failing: extensions/elytron-security-ldap/deployment
! Skipped: integration-tests/elytron-security-ldap 📦 extensions/elytron-security-ldap/deployment✖
|
@gsmet if there are no objections on your side I think this is ready to be merged. |
Let's merge and we will see how it goes. I was worried that maybe it would ask things with a prompt or whatever but we'll see in practice if we get reports. |
Carelessly broke it in quarkusio#37389
Carelessly broke it in quarkusio#37389
There seems to be an issue with docker printing output when running in Windows' WSL without
--interactive
.Closes #37272
Closes #32215