Quarkus / Testcontainers and Docker 29 not working #53544
ontec-xrail
started this conversation in
Community
Replies: 3 comments 1 reply
|
Seems like we are unable to recongize this setup. I don't use windows myself. @gastaldi, are you able to check? |
1 reply
|
I think the first step is to isolate the issue and see if it's reproducible with pure Testcontainers outside of Quarkus. If it is then I would suggest to open an issue on the Testcontainers side. If it's not then we will have to dig on our side. |
0 replies
|
I faced same issue on windows, with Rancher Desktop and Docker desktop |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I use Rancher Desktop in my Windows Environment and I am pretty happy with it - in the latest version it upgraded to docker 29:
I know its not really a Quarkus issue but I am struggling getting testcontainers working with docker 29 - I always need to downgrade to testcontainers 1.21.4.
I get the following error although docker is running fine:
Is there any fix for that? Except downgrading docker to 28?
Thanks Max
All reactions