mirror of https://github.com/minio/minio.git
Update yaml files to latest version RELEASE.2021-02-11T08-23-43Z
This commit is contained in:
parent
f24d8127ab
commit
0ef3e359d8
|
@ -5,8 +5,8 @@ ARG TARGETARCH
|
|||
LABEL name="MinIO" \
|
||||
vendor="MinIO Inc <dev@min.io>" \
|
||||
maintainer="MinIO Inc <dev@min.io>" \
|
||||
version="RELEASE.2021-02-07T01-31-02Z" \
|
||||
release="RELEASE.2021-02-07T01-31-02Z" \
|
||||
version="RELEASE.2021-02-11T08-23-43Z" \
|
||||
release="RELEASE.2021-02-11T08-23-43Z" \
|
||||
summary="MinIO is a High Performance Object Storage, API compatible with Amazon S3 cloud storage service." \
|
||||
description="MinIO object storage is fundamentally different. Designed for performance and the S3 API, it is 100% open-source. MinIO is ideal for large, private cloud environments with stringent security requirements and delivers mission-critical availability across a diverse range of workloads."
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ version: '3.7'
|
|||
# it through port 9000.
|
||||
services:
|
||||
minio1:
|
||||
image: minio/minio:RELEASE.2021-02-07T01-31-02Z
|
||||
image: minio/minio:RELEASE.2021-02-11T08-23-43Z
|
||||
volumes:
|
||||
- data1-1:/data1
|
||||
- data1-2:/data2
|
||||
|
@ -22,7 +22,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio2:
|
||||
image: minio/minio:RELEASE.2021-02-07T01-31-02Z
|
||||
image: minio/minio:RELEASE.2021-02-11T08-23-43Z
|
||||
volumes:
|
||||
- data2-1:/data1
|
||||
- data2-2:/data2
|
||||
|
@ -39,7 +39,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio3:
|
||||
image: minio/minio:RELEASE.2021-02-07T01-31-02Z
|
||||
image: minio/minio:RELEASE.2021-02-11T08-23-43Z
|
||||
volumes:
|
||||
- data3-1:/data1
|
||||
- data3-2:/data2
|
||||
|
@ -56,7 +56,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio4:
|
||||
image: minio/minio:RELEASE.2021-02-07T01-31-02Z
|
||||
image: minio/minio:RELEASE.2021-02-11T08-23-43Z
|
||||
volumes:
|
||||
- data4-1:/data1
|
||||
- data4-2:/data2
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
|||
|
||||
services:
|
||||
minio1:
|
||||
image: minio/minio:RELEASE.2021-02-07T01-31-02Z
|
||||
image: minio/minio:RELEASE.2021-02-11T08-23-43Z
|
||||
hostname: minio1
|
||||
volumes:
|
||||
- minio1-data:/export
|
||||
|
@ -29,7 +29,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio2:
|
||||
image: minio/minio:RELEASE.2021-02-07T01-31-02Z
|
||||
image: minio/minio:RELEASE.2021-02-11T08-23-43Z
|
||||
hostname: minio2
|
||||
volumes:
|
||||
- minio2-data:/export
|
||||
|
@ -56,7 +56,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio3:
|
||||
image: minio/minio:RELEASE.2021-02-07T01-31-02Z
|
||||
image: minio/minio:RELEASE.2021-02-11T08-23-43Z
|
||||
hostname: minio3
|
||||
volumes:
|
||||
- minio3-data:/export
|
||||
|
@ -83,7 +83,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio4:
|
||||
image: minio/minio:RELEASE.2021-02-07T01-31-02Z
|
||||
image: minio/minio:RELEASE.2021-02-11T08-23-43Z
|
||||
hostname: minio4
|
||||
volumes:
|
||||
- minio4-data:/export
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
|||
|
||||
services:
|
||||
minio1:
|
||||
image: minio/minio:RELEASE.2021-02-07T01-31-02Z
|
||||
image: minio/minio:RELEASE.2021-02-11T08-23-43Z
|
||||
hostname: minio1
|
||||
volumes:
|
||||
- minio1-data:/export
|
||||
|
@ -33,7 +33,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio2:
|
||||
image: minio/minio:RELEASE.2021-02-07T01-31-02Z
|
||||
image: minio/minio:RELEASE.2021-02-11T08-23-43Z
|
||||
hostname: minio2
|
||||
volumes:
|
||||
- minio2-data:/export
|
||||
|
@ -64,7 +64,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio3:
|
||||
image: minio/minio:RELEASE.2021-02-07T01-31-02Z
|
||||
image: minio/minio:RELEASE.2021-02-11T08-23-43Z
|
||||
hostname: minio3
|
||||
volumes:
|
||||
- minio3-data:/export
|
||||
|
@ -95,7 +95,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio4:
|
||||
image: minio/minio:RELEASE.2021-02-07T01-31-02Z
|
||||
image: minio/minio:RELEASE.2021-02-11T08-23-43Z
|
||||
hostname: minio4
|
||||
volumes:
|
||||
- minio4-data:/export
|
||||
|
|
Loading…
Reference in New Issue