wu-sheng opened a new pull request, #13708: URL: https://github.com/apache/skywalking/pull/13708
### Fix E2E test failures caused by Docker 29 on GitHub Actions runners - [ ] Explain briefly why the bug exists and how to fix it. GitHub Actions runners upgraded to Docker 29, which: 1. Enables containerd image store by default. containerd v2.1.5 lowered the default file descriptor limit from 1,048,576 to 1,024, causing applications like Elasticsearch to crash at startup. 2. Raised the minimum Docker API version to 1.44, while the current infra-e2e uses API v1.41. The fix is in `skywalking-infra-e2e` [8c21e43](https://github.com/apache/skywalking-infra-e2e/commit/8c21e43e241a32a54bdf8eeceb9099eb27e5e9b4), which disables the containerd image store and negotiates the Docker API version internally before running docker compose. This PR simply bumps the infra-e2e commit to pick up that fix. - [ ] Update the [`CHANGES` log](https://github.com/apache/skywalking/blob/master/docs/en/changes/changes.md). -- 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]
