weiqingy opened a new pull request, #1116: URL: https://github.com/apache/flink-agents/pull/1116
### Purpose of change Docker Hub no longer serves `minio/minio`, so the `Start Milvus` step in the `cross-language [ubuntu-latest] [python-3.12] [java-21]` job fails with `pull access denied` before any test runs. Every PR run since 2026-09-13 goes red on it, for example [this run](https://github.com/apache/flink-agents/actions/runs/34748282147). The last green `Start Milvus` was on 2026-09-11. MinIO publishes the same release tag on `quay.io/minio/minio`, so this change only switches the registry for the Milvus MinIO container. The tag stays `RELEASE.2023-03-20T20-16-18Z`, and nothing else in the compose file changes. ### Tests The `quay.io` tag is pullable without a login and includes `amd64`. `docker compose config` parses the updated file. The real check is the `Start Milvus` step on this PR's own CI run. ### API No. ### Documentation - [ ] `doc-needed` - [x] `doc-not-needed` - [ ] `doc-included` ### Was this patch authored or co-authored using generative AI tooling? - [x] Yes - [ ] No Generated-by: Claude Code 2.1.270 (Claude Opus 5) -- 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]
