Skip to content

fix(minio): Switch to a community-maintained MinIO image - #1117

Merged
alexanderankin merged 1 commit into
testcontainers:mainfrom
edgarrmondragon:fix/community-maintained-minio
Sep 14, 2026
Merged

alexanderankin merged 1 commit into
testcontainers:mainfrom
edgarrmondragon:fix/community-maintained-minio

Conversation

@edgarrmondragon

@edgarrmondragon edgarrmondragon commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

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

Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
def __init__(
self,
image: str = "minio/minio:RELEASE.2022-12-02T19-19-22Z",
image: str = "ghcr.io/coollabsio/minio",

@edgarrmondragon edgarrmondragon Sep 14, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's better to leave out the tag? Let me know if you prefer otherwise

@codecov

codecov Bot commented Sep 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.81%. Comparing base (5c70d54) to head (da42074).

Additional details and impacted files

Impacted file tree graph

@@            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     

see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@alexanderankin
alexanderankin merged commit 8d81011 into testcontainers:main Sep 14, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants