[bitnami/minio-operator] Release 7.1.1-debian-12-r13 (#88712)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
7f55676da0
commit
8269af488b
|
|
@ -17,7 +17,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
|||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"minio-operator-7.1.1-10-linux-${OS_ARCH}-debian-12" \
|
||||
"minio-operator-7.1.1-11-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -40,7 +40,7 @@ ARG TARGETARCH
|
|||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2025-11-06T04:04:51Z" \
|
||||
org.opencontainers.image.created="2025-12-03T02:05:52Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.title="minio-operator" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
|
|
@ -53,7 +53,7 @@ COPY --from=builder /opt/bitnami/minio-operator/licenses /opt/bitnami/minio-oper
|
|||
|
||||
ENV APP_VERSION="7.1.1" \
|
||||
BITNAMI_APP_NAME="minio-operator" \
|
||||
IMAGE_REVISION="12" \
|
||||
IMAGE_REVISION="13" \
|
||||
PATH="/"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
# Storage based on MinIO® Operator
|
||||
# Bitnami Object Storage Operator based on MinIO®
|
||||
|
||||
## What is Storage based on MinIO® Operator?
|
||||
## What is Bitnami Object Storage Operator based on MinIO®?
|
||||
|
||||
> MinIO® Operator is a Kubernetes-native tool for deploying and managing high-performance, S3-compatible MinIO® object storage across hybrid cloud infrastructures.
|
||||
> MinIO Operator is a Kubernetes-native tool for deploying and managing high-performance, S3-compatible MinIO object storage across hybrid cloud infrastructures.
|
||||
|
||||
[Overview of Storage based on MinIO® Operator](https://min.io/)
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
[Overview of Bitnami Object Storage Operator based on MinIO®](https://min.io/)
|
||||
All software products, projects and company names are trademark(TM) or registered(R) trademarks of their respective holders, and use of them does not imply any affiliation or endorsement. This software is licensed to you subject to one or more open source licenses and VMware provides the software on an AS-IS basis. MinIO(R) is a registered trademark of the MinIO, Inc in the US and other countries. Bitnami is not affiliated, associated, authorized, endorsed by, or in any way officially connected with MinIO Inc. MinIO(R) is licensed under GNU AGPL v3.0.
|
||||
|
||||
## TL;DR
|
||||
|
||||
|
|
@ -40,7 +40,7 @@ Subscribe to project updates by watching the [bitnami/containers GitHub repo](ht
|
|||
|
||||
## Get this image
|
||||
|
||||
The recommended way to get the Bitnami Storage based on MinIO® Operator Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/minio-operator).
|
||||
The recommended way to get the Bitnami Bitnami Object Storage Operator based on MinIO® Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/minio-operator).
|
||||
|
||||
```console
|
||||
docker pull bitnami/minio-operator:latest
|
||||
|
|
@ -74,7 +74,7 @@ To run commands inside this container you can use `docker run`, for example to e
|
|||
docker run --rm --name minio-operator bitnami/minio-operator:latest -- --help
|
||||
```
|
||||
|
||||
Check the [official Storage based on MinIO® Operator documentation](https://min.io/) for more information.
|
||||
Check the [official Bitnami Object Storage Operator based on MinIO® documentation](https://min.io/) for more information.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue