As of today the most recent Minio Docker image is vulnerable and will apparently not be updated. We will need to look for alternatives. From Dennis Smith:
TL;DR if you are using MinIO with Docker for mocking S3 you should look into alternatives or at the very least build it from source, as the most recent Docker image is vulnerable and will apparently not be updated.
Garage seems to be a good alternative, although there's no official web UI yet.
https://git.deuxfleurs.fr/Deuxfleurs/garage
Alternatively you can use Localstack if you don't need persistence between Docker restarts. Also no web UI but the AWS CLI works. This is what MIDAS uses:
[https://github.com/USACE/instrumentation-api/blob/0dd01fdddb010f51463f92e8bd7d7dd28e4298f4/docker-c…](https://github.com/USACE/instrumentation-api/blob/0dd01fdddb010f51463f92e8bd7d7dd28e4298f4/docker-compose.yaml#L179)
[https://github.com/USACE/instrumentation-api/blob/0dd01fdddb010f51463f92e8bd7d7dd28e4298f4/localsta…](https://github.com/USACE/instrumentation-api/blob/0dd01fdddb010f51463f92e8bd7d7dd28e4298f4/localstack-init.sh)
You could also build from source or use a 3rd party MinIO docker build although that's not recommended for obvious reasons...
As of today the most recent Minio Docker image is vulnerable and will apparently not be updated. We will need to look for alternatives. From Dennis Smith: