We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54fee9c commit 5f36dc7Copy full SHA for 5f36dc7
docker-compose.yml
@@ -3,7 +3,7 @@ version: '3'
3
4
services:
5
minio:
6
- image: minio/minio
+ image: quay.io/minio/minio
7
command: minio server /data
8
ports:
9
- 9000:9000
local/Dockerfile
@@ -5,7 +5,7 @@
# regularly takes 2 minutes to download 20MB of binary). The only other way
# they distribute the CLI is from Docker, so we load their image as a stage and
# then copy the binary from it later in the build.
-FROM minio/mc AS mc
+FROM quay.io/minio/mc AS mc
10
FROM ubuntu:focal
11
0 commit comments