-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Module
CrateDB
Testcontainers version
2.0.2
Using the latest Testcontainers version?
Yes
Host OS
Linux (GitHub, ubuntu-24.04)
Host Arch
x86
Docker version
28.0.4What happened?
Renovate created a version-bump PR to v2.0.2 and since then one of our tests fails. v2.0.1 works fine.
That particular test is a bit special, as it also involves a couple DockerClient interactions. All other tests that use testcontainers work fine - only this particular one fails with 2.0.2.
The test fails in GH workflows with the message No such image: .... The image name is resolved here to the version managed by Revovate here.
The image in question definitely exists, and the test passes locally for me. However, I am using Podman locally, so my local env is not exactly the same as the GH runner environment. Detailed docker info is here.
I tried v2.0.1 with the newer dockerjava version 3.7.0 in this PR - passes.
I also tried v2.0.2 with the older dockerjava version 3.6.0 in this PR - fails as well.
Relevant log output
(links above)Additional Information
No response