nevzheng opened a new pull request, #13112: URL: https://github.com/apache/gravitino/pull/13112
### What changes were proposed in this pull request? Point `MinIOContainer.DEFAULT_IMAGE` at `quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z`. It's the same MinIO release, pulled from MinIO's quay.io organization instead of Docker Hub. ### Why are the changes needed? Docker Hub removed the `minio/minio` repository, so every integration test that starts `MinIOContainer` fails with `pull access denied`. That includes `FilesetS3TokenConnectionIT` in Backend Integration Test and `IcebergRESTMinIOTokenAuthorizationIT`. This is a temporary fix, the same one apache/iceberg#18071 and apache/doris#67897 merged. Replacing MinIO is tracked in the discussion on #13111. Fix: #13111 ### Does this PR introduce _any_ user-facing change? No. Test infrastructure only. ### How was this patch tested? - `docker pull minio/minio:RELEASE.2025-09-07T16-13-09Z` fails with `pull access denied`; `docker pull quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z` succeeds. - `./gradlew :integration-test-common:spotlessCheck :integration-test-common:compileTestJava` passes. - CI on this PR runs `FilesetS3TokenConnectionIT`. -- 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]
