diff --git a/bitnami/blackbox-exporter/0/debian-12/Dockerfile b/bitnami/blackbox-exporter/0/debian-12/Dockerfile index 93daf350d266..7a9723cf61e0 100644 --- a/bitnami/blackbox-exporter/0/debian-12/Dockerfile +++ b/bitnami/blackbox-exporter/0/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-07T00:25:25Z" \ + org.opencontainers.image.created="2025-10-07T00:49:40Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/blackbox-exporter/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/blackbox-exporter" \ @@ -47,7 +47,7 @@ RUN uninstall_packages curl ENV APP_VERSION="0.27.0" \ BITNAMI_APP_NAME="blackbox-exporter" \ - IMAGE_REVISION="6" \ + IMAGE_REVISION="7" \ PATH="/opt/bitnami/blackbox-exporter/bin:$PATH" EXPOSE 9115 diff --git a/bitnami/blackbox-exporter/README.md b/bitnami/blackbox-exporter/README.md index d671703922b6..f4d93e41bf9e 100644 --- a/bitnami/blackbox-exporter/README.md +++ b/bitnami/blackbox-exporter/README.md @@ -138,6 +138,12 @@ scrape_configs: [Further information](https://github.com/prometheus/blackbox_exporter/blob/master/CONFIGURATION.md) +### FIPS configuration in Bitnami Secure Images + +The Bitnami Blackbox Exporter 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 blackbox-exporter Docker image sends the container logs to the `stdout`. To view the logs: