[bitnami/minio-operator-sidecar] Release 7.1.1-debian-12-r13 (#88684)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
d26e05019e
commit
d2ffd78d31
|
|
@ -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-sidecar-7.1.1-10-linux-${OS_ARCH}-debian-12" \
|
||||
"minio-operator-sidecar-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:05:05Z" \
|
||||
org.opencontainers.image.created="2025-12-03T00:36:34Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.title="minio-operator-sidecar" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
|
|
@ -53,7 +53,7 @@ COPY --from=builder /opt/bitnami/minio-operator-sidecar/licenses /opt/bitnami/mi
|
|||
|
||||
ENV APP_VERSION="7.1.1" \
|
||||
BITNAMI_APP_NAME="minio-operator-sidecar" \
|
||||
IMAGE_REVISION="12" \
|
||||
IMAGE_REVISION="13" \
|
||||
PATH="/"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
# Storage based on MinIO® Sidecar
|
||||
# Bitnami Object Storage Sidecar based on MinIO®
|
||||
|
||||
## What is Storage based on MinIO® Sidecar?
|
||||
## What is Bitnami Object Storage Sidecar 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.
|
||||
|
||||
[Overview of Storage based on MinIO® Sidecar](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 Sidecar 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® Sidecar Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/minio-operator-sidecar).
|
||||
The recommended way to get the Bitnami Bitnami Object Storage Sidecar based on MinIO® Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/minio-operator-sidecar).
|
||||
|
||||
```console
|
||||
docker pull bitnami/minio-operator-sidecar: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-sidecar bitnami/minio-operator-sidecar:latest -- --help
|
||||
```
|
||||
|
||||
Check the [official Storage based on MinIO® Sidecar documentation](https://min.io/) for more information.
|
||||
Check the [official Bitnami Object Storage Sidecar based on MinIO® documentation](https://min.io/) for more information.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue