[bitnami/node-exporter] Release 1.9.1-debian-12-r17 (#86945)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
766f7cb531
commit
a30ea76824
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -102,6 +102,12 @@ There is varying support for collectors on each operating system.
|
|||
Collectors are enabled by providing a `--collector.<name>` flag. Collectors that are enabled by default can be disabled by providing a `--no-collector.<name>` 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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue