mirror of https://github.com/minio/minio.git
add support for quay.io mirror
This commit is contained in:
parent
a43f2097ff
commit
9713f59d24
|
@ -18,4 +18,11 @@ docker buildx build --push --no-cache \
|
|||
|
||||
docker buildx prune -f
|
||||
|
||||
docker buildx build --push --no-cache \
|
||||
--build-arg RELEASE="${release}" -t "quay.io/minio/minio:${release}" \
|
||||
--platform=linux/arm64,linux/amd64,linux/ppc64le,linux/s390x \
|
||||
-f Dockerfile.release .
|
||||
|
||||
docker buildx prune -f
|
||||
|
||||
sudo sysctl net.ipv6.conf.wlp59s0.disable_ipv6=0
|
||||
|
|
Loading…
Reference in New Issue