[bitnami/minio-operator] Release 7.1.1-debian-12-r19 (#92017)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
384a9313c7
commit
d0774e8ff7
|
|
@ -40,7 +40,7 @@ ARG TARGETARCH
|
|||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2026-03-06T15:05:45Z" \
|
||||
org.opencontainers.image.created="2026-04-05T15:33:48Z" \
|
||||
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="18" \
|
||||
IMAGE_REVISION="19" \
|
||||
PATH="/"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -34,25 +34,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
## Get this image
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
To use a specific version, you can pull a versioned tag. You can view the [list of available versions](https://hub.docker.com/r/bitnami/minio-operator/tags/) in the Docker Hub Registry.
|
||||
|
||||
```console
|
||||
docker pull bitnami/minio-operator:[TAG]
|
||||
```
|
||||
|
||||
If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the `docker build` command. Remember to replace the `APP`, `VERSION` and `OPERATING-SYSTEM` path placeholders in the example command below with the correct values.
|
||||
|
||||
```console
|
||||
git clone https://github.com/bitnami/containers.git
|
||||
cd bitnami/APP/VERSION/OPERATING-SYSTEM
|
||||
docker build -t bitnami/APP:latest .
|
||||
```
|
||||
The Bitnami Bitnami Object Storage Operator based on MinIO® Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers.
|
||||
|
||||
## Why use a non-root container?
|
||||
|
||||
|
|
@ -72,6 +54,14 @@ docker run --rm --name minio-operator bitnami/minio-operator:latest -- --help
|
|||
|
||||
Check the [official Bitnami Object Storage Operator based on MinIO® documentation](https://min.io/) for more information.
|
||||
|
||||
|
||||
### FIPS configuration in Bitnami Secure Images
|
||||
|
||||
The Bitnami Bitnami Object Storage Operator based on MinIO® Docker image from the [Bitnami Secure Images](https://go-vmware.broadcom.com/contact-us) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables:
|
||||
|
||||
- `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`.
|
||||
- `GODEBUG`: controls Go FIPS mode. Use `fips140=only` (restricted), `fips140=on` (relaxed), or `fips140=off` (disabled).
|
||||
|
||||
## License
|
||||
|
||||
Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
||||
|
|
|
|||
Loading…
Reference in New Issue