From a30ea768240df828a48db56ae8b397c1094b4a58 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 7 Oct 2025 04:29:41 +0200 Subject: [PATCH] [bitnami/node-exporter] Release 1.9.1-debian-12-r17 (#86945) Signed-off-by: Bitnami Bot --- bitnami/node-exporter/1/debian-12/Dockerfile | 4 ++-- bitnami/node-exporter/README.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bitnami/node-exporter/1/debian-12/Dockerfile b/bitnami/node-exporter/1/debian-12/Dockerfile index dc2a85458640..e197e5aca3bf 100644 --- a/bitnami/node-exporter/1/debian-12/Dockerfile +++ b/bitnami/node-exporter/1/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-07T01:59:32Z" \ + org.opencontainers.image.created="2025-10-07T02:17:01Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/node-exporter/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/node-exporter" \ @@ -47,7 +47,7 @@ RUN uninstall_packages curl ENV APP_VERSION="1.9.1" \ BITNAMI_APP_NAME="node-exporter" \ - IMAGE_REVISION="16" \ + IMAGE_REVISION="17" \ PATH="/opt/bitnami/node-exporter/bin:$PATH" EXPOSE 9100 diff --git a/bitnami/node-exporter/README.md b/bitnami/node-exporter/README.md index cdd542f8dd2a..8cb46aacc896 100644 --- a/bitnami/node-exporter/README.md +++ b/bitnami/node-exporter/README.md @@ -102,6 +102,12 @@ There is varying support for collectors on each operating system. Collectors are enabled by providing a `--collector.` flag. Collectors that are enabled by default can be disabled by providing a `--no-collector.` flag. [Further information](https://prometheus.io/docs/introduction/overview/) +### FIPS configuration in Bitnami Secure Images + +The Bitnami Node 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 Node Exporter Docker image sends the container logs to the `stdout`. To view the logs: