ci: use Quay and GitHub releases for MinIO - #933
Merged
Conversation
Docker Hub no longer serves the MinIO server repository. Use the corresponding Quay image so Docker-based S3 test setup can start on clean machines. Generated-by: Codex
smaheshwar-pltr
marked this pull request as ready for review
September 11, 2026 22:50
smaheshwar-pltr
marked this pull request as draft
September 11, 2026 22:52
The MinIO download host returns HTTP 410 for native binaries. Use pinned official GitHub release assets for the client and Windows server, and reject HTTP errors before executing downloads. Generated-by: Codex
smaheshwar-pltr
marked this pull request as ready for review
September 11, 2026 22:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related:
Docker Hub is no longer serving
minio/minio(https://hub.docker.com/r/minio/minio), preventing the Docker-based S3 test environment from starting on clean machines, including Linux CI and open PRs. The native binary downloads fromdl.min.ioalso return HTTP 410, stopping bucket setup on Linux and macOS.This PR switches to the corresponding Quay image, as the related PRs above do - those other projects are encountering the same issue as us. It also downloads the MinIO client and Windows server from pinned GitHub releases and fails immediately on HTTP download errors.
We should track moving away from MinIO as a follow-up, like PyIceberg did - but that's a larger discussion; this fix is temporary to unblock CI, PRs, etc.
AI Disclosure: Assisted by Codex (GPT-6).