We [0] use MinIO with for our clients so we've just thrown together a nightly build process. Use/fork as you wish: https://github.com/golithus/minio-builds Example use: docker run -p 9000:9000 -p 9001:9001 ghcr.io/golithus/minio:latest [0]: https://lithus.eu
I see both sides of the argument here, the people maintaining minio should not have to push docker images for free, it is work to maintain and test, especially across all the host platforms. And, this work isn't that complicated if you want to do it yourself.
https://github.com/golithus/minio-builds/blob/main/Dockerfil...