testcontainers-scala
testcontainers-scala copied to clipboard
Support for docker-ce version 29.0.0
When I upgrade docker-ce to version 29.0.0, I get the following error:
client version 1.32 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version
I tested with testcontainers-scala version 0.43.6.
Depends on https://github.com/testcontainers/testcontainers-java/issues/11212
It seems testcontainers-scala depends on testcontainers 1.x which will not be upgraded on this fix. This module should be migrated to 2.x.
One mentionned workaround is to set env var DOCKER_MIN_API_VERSION=1.24 upon docker service startup.
Created (breaking) https://github.com/testcontainers/testcontainers-scala/pull/526 that migrates to 2.0.2 @dimafeng
Works with my projects :)