The MinIO image used in docker-compose.yml can no longer be pulled anonymously from Quay.io.
For example:
docker pull quay.io/minio/minio
Returns:
Using default tag: latest
Error response from daemon: unauthorized: access to the requested resource is not authorized
The same issue occurs when deploying the stack via docker compose.
Possible solution
Please consider one of the following options:
- Update the docker-compose.yml to use a currently supported/public MinIO image registry, or provide instructions for authenticating to the required registry.
- Replace MinIO with Garage for self-hosted object storage, as proposed in issue #11.
The MinIO image used in docker-compose.yml can no longer be pulled anonymously from Quay.io.
For example:
docker pull quay.io/minio/minioReturns:
The same issue occurs when deploying the stack via docker compose.
Possible solution
Please consider one of the following options: