Update yaml files to latest version RELEASE.2020-12-23T02-24-12Z

This commit is contained in:
Minio Trusted 2020-12-23 02:43:25 +00:00
parent 8565cefe4e
commit bfb92a27b7
5 changed files with 17 additions and 12 deletions

View file

@ -5,7 +5,7 @@ version: '3.7'
# it through port 9000.
services:
minio1:
image: minio/minio:RELEASE.2020-12-18T03-27-42Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
volumes:
- data1-1:/data1
- data1-2:/data2
@ -22,7 +22,7 @@ services:
retries: 3
minio2:
image: minio/minio:RELEASE.2020-12-18T03-27-42Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
volumes:
- data2-1:/data1
- data2-2:/data2
@ -39,7 +39,7 @@ services:
retries: 3
minio3:
image: minio/minio:RELEASE.2020-12-18T03-27-42Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
volumes:
- data3-1:/data1
- data3-2:/data2
@ -56,7 +56,7 @@ services:
retries: 3
minio4:
image: minio/minio:RELEASE.2020-12-18T03-27-42Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
volumes:
- data4-1:/data1
- data4-2:/data2

View file

@ -2,7 +2,7 @@ version: '3.7'
services:
minio1:
image: minio/minio:RELEASE.2020-12-18T03-27-42Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
hostname: minio1
volumes:
- minio1-data:/export
@ -29,7 +29,7 @@ services:
retries: 3
minio2:
image: minio/minio:RELEASE.2020-12-18T03-27-42Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
hostname: minio2
volumes:
- minio2-data:/export
@ -56,7 +56,7 @@ services:
retries: 3
minio3:
image: minio/minio:RELEASE.2020-12-18T03-27-42Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
hostname: minio3
volumes:
- minio3-data:/export
@ -83,7 +83,7 @@ services:
retries: 3
minio4:
image: minio/minio:RELEASE.2020-12-18T03-27-42Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
hostname: minio4
volumes:
- minio4-data:/export

View file

@ -2,7 +2,7 @@ version: '3.7'
services:
minio1:
image: minio/minio:RELEASE.2020-12-18T03-27-42Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
hostname: minio1
volumes:
- minio1-data:/export
@ -33,7 +33,7 @@ services:
retries: 3
minio2:
image: minio/minio:RELEASE.2020-12-18T03-27-42Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
hostname: minio2
volumes:
- minio2-data:/export
@ -64,7 +64,7 @@ services:
retries: 3
minio3:
image: minio/minio:RELEASE.2020-12-18T03-27-42Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
hostname: minio3
volumes:
- minio3-data:/export
@ -95,7 +95,7 @@ services:
retries: 3
minio4:
image: minio/minio:RELEASE.2020-12-18T03-27-42Z
image: minio/minio:RELEASE.2020-12-23T02-24-12Z
hostname: minio4
volumes:
- minio4-data:/export

1
go.mod
View file

@ -66,6 +66,7 @@ require (
github.com/pierrec/lz4 v2.5.2+incompatible
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.8.0
github.com/quasilyte/go-ruleguard/dsl/fluent v0.0.0-20201222093424-5d7e62a465d3 // indirect
github.com/rjeczalik/notify v0.9.2
github.com/rs/cors v1.7.0
github.com/secure-io/sio-go v0.3.0

4
go.sum
View file

@ -539,6 +539,10 @@ github.com/prometheus/procfs v0.0.8/go.mod h1:7Qr8sr6344vo1JqZ6HhLceV9o3AJ1Ff+Gx
github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=
github.com/prometheus/procfs v0.2.0 h1:wH4vA7pcjKuZzjF7lM8awk4fnuJO6idemZXoKnULUx4=
github.com/prometheus/procfs v0.2.0/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=
github.com/quasilyte/go-ruleguard v0.2.1 h1:56eRm0daAyny9UhJnmtJW/UyLZQusukBAB8oT8AHKHo=
github.com/quasilyte/go-ruleguard/dsl v0.0.0-20201222101508-986133edf04e h1:gXFs5pU/5pxy0nw9QoV2dAhGXI+jKSN0GJEL8TMKf4A=
github.com/quasilyte/go-ruleguard/dsl/fluent v0.0.0-20201222093424-5d7e62a465d3 h1:eL7x4/zMnlquMxYe7V078BD7MGskZ0daGln+SJCVzuY=
github.com/quasilyte/go-ruleguard/dsl/fluent v0.0.0-20201222093424-5d7e62a465d3/go.mod h1:P7JlQWFT7jDcFZMtUPQbtGzzzxva3rBn6oIF+LPwFcM=
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a h1:9ZKAASQSHhDYGoxY8uLVpewe1GDZ2vu2Tr/vTdVAkFQ=
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 h1:MkV+77GLUNo5oJ0jf870itWm3D0Sjh7+Za9gazKc5LQ=