ci: pull the MinIO test images from quay.io - #142
Merged
Merged
Conversation
Docker Hub stopped serving minio/mc and minio/minio anonymously, so the DuckLake e2e job fails at stack boot with "pull access denied ... repository does not exist". The same release tags remain public on quay.io; both repos verified public via the registry API. hoglake hit this on 2026-09-11 and moved its images the same way.
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.
The DuckLake e2e job fails at stack boot:
Docker Hub stopped serving the MinIO images anonymously. The same release tags remain public on quay.io — both
quay.io/minio/minioandquay.io/minio/mcverified public via the registry API, withlatestpresent on each.hoglake hit this on 2026-09-11 and moved its images the same way (
server/docker-compose.yml,TestImages.kt), so this repo is the last one still pointing at Docker Hub.Unrelated to any in-flight branch: main's last CI run was green, and nothing in the repo changed — the registry did.