Savonitar opened a new pull request, #27606:
URL: https://github.com/apache/flink/pull/27606

   Bump testcontainers from to 1.21.4 to fix Docker API version incompatibility 
on GitHub Actions.
   
   GitHub Actions runner image was updated, which bumped Docker to a version 
requiring minimum API 1.44+, but testcontainers 1.20.2 negotiates an older API 
version. This causes all testcontainers-based tests to fail with:
   ```
   client version 1.43 is too old. Minimum supported API version is 1.44
   ```
   
   Testcontainers 1.21.4 fixes this by updating the API version: 
https://github.com/testcontainers/testcontainers-java/pull/11216


-- 
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]

Reply via email to