forked from minio/minio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cde8012
commit 428f288
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,16 @@ ARG TARGETARCH | |
LABEL name="MinIO" \ | ||
vendor="MinIO Inc <[email protected]>" \ | ||
maintainer="MinIO Inc <[email protected]>" \ | ||
version="RELEASE.2020-11-25T22-36-25Z" \ | ||
release="RELEASE.2020-11-25T22-36-25Z" \ | ||
version="RELEASE.2020-12-29T23-29-29Z" \ | ||
release="RELEASE.2020-12-29T23-29-29Z" \ | ||
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." | ||
|
||
ENV MINIO_ACCESS_KEY_FILE=access_key \ | ||
MINIO_SECRET_KEY_FILE=secret_key \ | ||
MINIO_KMS_MASTER_KEY_FILE=kms_master_key \ | ||
MINIO_SSE_MASTER_KEY_FILE=sse_master_key \ | ||
MINIO_UPDATE_MINISIGN_PUBKEY="RWTx5Zr1tiHQLwG9keckT0c45M3AGeHD6IvimQHpyRywVWGbP1aVSGav" | ||
MINIO_UPDATE_MINISIGN_PUBKEY="RWTx5Zr1tiHQLwG9keckT0c45M3AGeHD6IvimQHpyRywVWGbP1aVSGav" | ||
|
||
COPY dockerscripts/verify-minio.sh /usr/bin/verify-minio.sh | ||
COPY dockerscripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh | ||
|