-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
After locally updating docker to 29 version this occurs and tests are skipped
:
ERROR (main) [org.testcontainers.dockerclient.DockerClientProviderStrategy] <DockerClientProviderStrategy.java:269> Could not find a valid Docker environment. Please check configuration. Attempted configurations were:
UnixSocketClientProviderStrategy: failed with exception BadRequestException (Status 400: {"message":"client version 1.32 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version"}
)
DockerDesktopClientProviderStrategy: failed with exception NullPointerException (Cannot invoke "java.nio.file.Path.toString()" because the return value of "org.testcontainers.dockerclient.DockerDesktopClientProviderStrategy.getSocketPath()" is null)As no valid configuration was found, execution cannot continue.
See https://java.testcontainers.org/on_failure.html for more details.