testcontainers-scala icon indicating copy to clipboard operation
testcontainers-scala copied to clipboard

Support for docker-ce version 29.0.0

Open 0xlee opened this issue 1 month ago • 3 comments

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.

0xlee avatar Nov 12 '25 08:11 0xlee

Depends on https://github.com/testcontainers/testcontainers-java/issues/11212

0xlee avatar Nov 12 '25 08:11 0xlee

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.

turb avatar Nov 23 '25 08:11 turb

Created (breaking) https://github.com/testcontainers/testcontainers-scala/pull/526 that migrates to 2.0.2 @dimafeng

Works with my projects :)

turb avatar Nov 24 '25 14:11 turb