Skip to content

Commit 5f36dc7

Browse files
Fetch from quay, not docker hub
1 parent 54fee9c commit 5f36dc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33

44
services:
55
minio:
6-
image: minio/minio
6+
image: quay.io/minio/minio
77
command: minio server /data
88
ports:
99
- 9000:9000

local/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# regularly takes 2 minutes to download 20MB of binary). The only other way
66
# they distribute the CLI is from Docker, so we load their image as a stage and
77
# then copy the binary from it later in the build.
8-
FROM minio/mc AS mc
8+
FROM quay.io/minio/mc AS mc
99

1010
FROM ubuntu:focal
1111

0 commit comments

Comments
 (0)