Skip to content

Commit ae37570

Browse files
committed
[ci] Specify Docker API version explicitly as a workaround of testcontainers/testcontainers-java#11212
1 parent 2f59f35 commit ae37570

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ limitations under the License.
447447
<forkCount>1</forkCount>
448448
<systemPropertyVariables>
449449
<moduleDir>${project.basedir}</moduleDir>
450+
<api.version>1.44</api.version>
450451
</systemPropertyVariables>
451452
</configuration>
452453
</execution>

flink-cdc-e2e-tests/flink-cdc-source-e2e-tests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ limitations under the License.
200200
<forkCount>1</forkCount>
201201
<systemPropertyVariables>
202202
<moduleDir>${project.basedir}</moduleDir>
203+
<api.version>1.44</api.version>
203204
</systemPropertyVariables>
204205
</configuration>
205206
</execution>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ limitations under the License.
564564
<trimStackTrace>false</trimStackTrace>
565565
<systemPropertyVariables>
566566
<forkNumber>0${surefire.forkNumber}</forkNumber>
567+
<api.version>1.44</api.version>
567568
</systemPropertyVariables>
568569
<!-- Prevent ORA-01882: timezone region not found errors due to the Oracle DB
569570
does not understand some time zone which used in Ubuntu OS -->

0 commit comments

Comments
 (0)