wenjin272 opened a new pull request, #1118: URL: https://github.com/apache/flink-agents/pull/1118
### Purpose of change Restore Milvus CI setup by pulling MinIO from its official Quay repository. Docker Hub currently returns 404 for `minio/minio` and rejects anonymous manifest requests, causing [the cross-language CI job](https://github.com/apache/flink-agents/actions/runs/34814051379/job/103880929582) to fail before Milvus starts. Keep the existing `RELEASE.2023-03-20T20-16-18Z` tag and change only the registry to `quay.io/minio/minio`. ### Tests - `docker compose -f tools/docker/milvus/docker-compose.yml config --images` passes and resolves the Quay image. - `git diff --check` passes. - Anonymous registry checks returned HTTP 200 for the Quay tag manifest, its Linux amd64 manifest, image configuration, and all six image layers. - Full container startup and Milvus tests were not run locally; CI will exercise them. ### API No public API changes. ### 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: Codex CLI 0.153.4 (GPT-6) -- 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]
