sandynz commented on PR #37661:
URL: https://github.com/apache/shardingsphere/pull/37661#issuecomment-3714400112
On MacOS, run pipeline E2E with DOCKER mode, testcontainers version: 2.0.1,
it failed:
```
Caused by: com.github.dockerjava.api.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"}
```
Current testcontainers is not compatible with latest Docker Engine.
Run `docker version`:
```
% docker version
Client:
Version: 29.1.3
API version: 1.52
Go version: go1.25.5
Git commit: f52814d
Built: Fri Dec 12 14:48:46 2025
OS/Arch: darwin/amd64
Context: desktop-linux
Server: Docker Desktop 4.55.0 (213807)
Engine:
Version: 29.1.3
API version: 1.52 (minimum version 1.44)
Go version: go1.25.5
Git commit: fbf3ed2
Built: Fri Dec 12 14:49:51 2025
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: v2.2.0
GitCommit: 1c4457e00facac03ce1d75f7b6777a7a851e5c41
runc:
Version: 1.3.4
GitCommit: v1.3.4-0-gd6d73eb8
docker-init:
Version: 0.19.0
GitCommit: de40ad0
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]