[bitnami/prometheus-operator] Release 0.85.0-debian-12-r3 (#86955)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-10-07 04:50:40 +02:00
committed by GitHub
parent 9c037d603d
commit 2e03c90e52
2 changed files with 8 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-09-07T02:20:44Z" \
org.opencontainers.image.created="2025-10-07T02:42:06Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/prometheus-operator/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/prometheus-operator" \
@@ -49,7 +49,7 @@ RUN uninstall_packages curl
ENV APP_VERSION="0.85.0" \
BITNAMI_APP_NAME="prometheus-operator" \
IMAGE_REVISION="2" \
IMAGE_REVISION="3" \
PATH="/opt/bitnami/prometheus-operator/bin:$PATH"
EXPOSE 8080

View File

@@ -81,6 +81,12 @@ docker build -t bitnami/APP:latest .
Find how to configure Prometheus Operator in its [official documentation](https://github.com/coreos/prometheus-operator/tree/master/Documentation).
### FIPS configuration in Bitnami Secure Images
The Bitnami Prometheus Operator Docker image from the [Bitnami Secure Images](https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/) 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`.
## Contributing
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.