nevzheng commented on issue #13111: URL: https://github.com/apache/gravitino/issues/13111#issuecomment-5650036325
**Proposed action** 1. **Short term:** point `MinIOContainer.DEFAULT_IMAGE` at `quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z`, the same release from MinIO's own quay.io organization. This matches what other Apache projects merged this week: apache/iceberg#18071, apache/iceberg-rust#3202, apache/iceberg-cpp#933 and apache/doris#67897. The quay.io images are no longer maintained (MinIO's community edition is source-only since April 2026), so this is a temporary fix. PR to follow. 2. **Longer term:** follow the Iceberg community's discussion about moving off MinIO (dev@iceberg [DISCUSS] "Switching S3 test backend", https://lists.apache.org/thread/k5hjjtmj1z3gdwtrlf4v5ovz1wp1p14q; apache/iceberg#14638; apache/iceberg#15577). Polaris and PyIceberg reportedly use RustFS, and SeaweedFS was proposed for Iceberg. Any replacement has to enforce STS `AssumeRole` session policies, since our credential-vending tests check the read-only downgrade. 3. **Option:** mirror the pinned image into a namespace we control (Doris mentioned a similar option). MinIO is AGPLv3, so that would need a licensing check first. @jerryshao @roryqi does this direction work for you? -- 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]
