fix(minio): Switch to a community-maintained MinIO image - #1117
Merged
alexanderankin merged 1 commit intoSep 14, 2026
Merged
alexanderankin merged 1 commit into
alexanderankin merged 1 commit into
Conversation
Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
edgarrmondragon
commented
Sep 14, 2026
| def __init__( | ||
| self, | ||
| image: str = "minio/minio:RELEASE.2022-12-02T19-19-22Z", | ||
| image: str = "ghcr.io/coollabsio/minio", |
Contributor
Author
There was a problem hiding this comment.
I think it's better to leave out the tag? Let me know if you prefer otherwise
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1117 +/- ##
==========================================
- Coverage 86.15% 85.81% -0.34%
==========================================
Files 16 16
Lines 1769 1769
Branches 198 198
==========================================
- Hits 1524 1518 -6
- Misses 185 190 +5
- Partials 60 61 +1 🚀 New features to boost your workflow:
|
alexanderankin
approved these changes
Sep 14, 2026
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 official images are no longer available, so this switches the default image to use the one published by the good folks at https://github.com/coollabsio/minio (I'm not associated with them).
Related
minio==7.2.19#932