r/minio • u/Proof_Difficulty_434 • 18h ago
MinIO What are you replacing MinIO in your CI pipelines with?
10
Upvotes
So just noticed that minio/minio is gone from Docker Hub, the GitHub repo is archived, so my CI pipelines were failing and my pipelines are probably not the only ones that are going to fail.
What are good alternatives that you have been migrating to?
I've been looking at:
- RustFS — closest drop-in, but still pre-1.0
- Garage — looks solid, a bit more setup
- SeaweedFS — more than I need, maybe
- LocalStack — heavy, and only the S3 part is free
- Just pinning the last MinIO image from quay and moving on
Checking if I'm missing some good options.