Pull minio from quay instead of docker hub

This is the documented location for the image [0] and it means we can
avoid using docker hub. Win win.

[0] https://min.io/docs/minio/container/index.html

Change-Id: I509a965f4e75731a1be67148e89e87e5d877ad74
This commit is contained in:
Clark Boylan 2025-03-17 13:01:31 -07:00
parent 9fd28fafb7
commit 2334a41776

View File

@ -21,7 +21,7 @@
docker run -d -p 9000:9000
-e MINIO_ACCESS_KEY={{ zuul_log_aws_access_key }}
-e MINIO_SECRET_KEY={{ zuul_log_aws_secret_key }}
minio/minio server /data
quay.io/minio/minio server /data
- name: Make sure bucket exists
s3_bucket: