diff --git a/bitnami/prometheus/3/debian-12/Dockerfile b/bitnami/prometheus/3/debian-12/Dockerfile index 2522870678de..e8e259a7bda1 100644 --- a/bitnami/prometheus/3/debian-12/Dockerfile +++ b/bitnami/prometheus/3/debian-12/Dockerfile @@ -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-21T21:00:36Z" \ + org.opencontainers.image.created="2025-10-07T13:50:47Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/prometheus/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/prometheus" \ @@ -51,7 +51,7 @@ RUN uninstall_packages curl RUN mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/ ENV APP_VERSION="3.6.0" \ BITNAMI_APP_NAME="prometheus" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/prometheus/bin:$PATH" EXPOSE 9090 diff --git a/bitnami/prometheus/README.md b/bitnami/prometheus/README.md index 99a5cfa7acf2..29fd834daa59 100644 --- a/bitnami/prometheus/README.md +++ b/bitnami/prometheus/README.md @@ -133,6 +133,12 @@ docker run --name prometheus \ bitnami/prometheus:latest ``` +### FIPS configuration in Bitnami Secure Images + +The Bitnami Prometheus 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`. + ## Logging The Bitnami Prometheus Docker image sends the container logs to the `stdout`. To view the logs: