update to release v0.7.5

This commit is contained in:
Minio Trusted
2021-06-29 11:21:46 -07:00
parent b51d5505f3
commit ced3e64c61
7 changed files with 19 additions and 9 deletions

View File

@@ -1,13 +1,15 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3
ARG RELEASE
COPY CREDITS /licenses/CREDITS
COPY LICENSE /licenses/LICENSE
LABEL name="MinIO" \
vendor="MinIO Inc <dev@min.io>" \
maintainer="MinIO Inc <dev@min.io>" \
version="v0.6.6" \
release="v0.6.6" \
version="${RELEASE}" \
release="${RELEASE}" \
summary="A graphical user interface for MinIO" \
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."