Ferenc Csaky created FLINK-39098:
------------------------------------
Summary: Fix connector CI failures caused by testcontainers using
too old Docker API
Key: FLINK-39098
URL: https://issues.apache.org/jira/browse/FLINK-39098
Project: Flink
Issue Type: Technical Debt
Environment: It seems the GitHub runners reached a point where they
got updated and now all our connector CIs fail, cause {{org.testcontainers}}
uses a too old Docker API version by default that the daemon refuses. I did not
check all, but I'm pretty sure all of them are affected. For reference:
[https://github.com/apache/flink-connector-kafka/actions/runs/22026917179/job/63645032325]
[https://github.com/apache/flink-connector-hbase/actions/runs/22026608591/job/63722647566]
On the longer term this should be fixed on the core side, cause connectors are
simply inherit the testcontainers version from there, but until a patch or new
release this has to be covered somehow.
Reporter: Ferenc Csaky
Assignee: Ferenc Csaky
--
This message was sent by Atlassian Jira
(v8.20.10#820010)