Skip to content

[amoro-4088] CI fail in GitHub Actions due to outdated Docker API version#4092

Open
davedwwang wants to merge 1 commit intoapache:masterfrom
davedwwang:bugfix_4088_2
Open

[amoro-4088] CI fail in GitHub Actions due to outdated Docker API version#4092
davedwwang wants to merge 1 commit intoapache:masterfrom
davedwwang:bugfix_4088_2

Conversation

@davedwwang
Copy link
Contributor

@davedwwang davedwwang commented Feb 15, 2026

Why are the changes needed?

The integration tests (specifically AmoroAMSTest) are failing in the GitHub Actions environment. The error log indicates that Testcontainers is attempting to use Docker API version 1.32, which is no longer supported by the Docker daemon in the current GitHub Runner environment. The runner now requires a minimum API version of 1.44.

Close #4088.

Brief change log

  • Added a "Setup Docker for Testcontainers" step to manually configure the Docker API version (1.44), addressing compatibility issues with newer Docker Engines.

  • Standardized all org.testcontainers dependencies by introducing the Testcontainers BOM to ensure version consistency across all modules.

  • Ref: alfredorueda/HexaStock@c90898c

How was this patch tested?

  • Add some test cases that check the changes thoroughly including negative and positive cases if possible

  • Add screenshots for manual tests if appropriate

  • [x ] Run test locally before making a pull request

Documentation

  • Does this pull request introduce a new feature? no
  • If yes, how is the feature documented? not documented

@github-actions github-actions bot added module:mixed-flink Flink moduel for Mixed Format module:ams-server Ams server module type:infra type:build labels Feb 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

module:ams-server Ams server module module:mixed-flink Flink moduel for Mixed Format type:build type:infra

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Integration tests fail in GitHub Actions due to outdated Docker API version (1.32 vs 1.44)

1 participant