diff --git a/bitnami/elasticsearch-exporter/1/debian-12/Dockerfile b/bitnami/elasticsearch-exporter/1/debian-12/Dockerfile index ecbb5b15ee44..5e77c64609ca 100644 --- a/bitnami/elasticsearch-exporter/1/debian-12/Dockerfile +++ b/bitnami/elasticsearch-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-07T00:27:39Z" \ + org.opencontainers.image.created="2025-10-07T01:00:39Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/elasticsearch-exporter/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/elasticsearch-exporter" \ @@ -47,7 +47,7 @@ RUN uninstall_packages curl ENV APP_VERSION="1.9.0" \ BITNAMI_APP_NAME="elasticsearch-exporter" \ - IMAGE_REVISION="18" \ + IMAGE_REVISION="19" \ PATH="/opt/bitnami/elasticsearch-exporter/bin:$PATH" EXPOSE 9114 diff --git a/bitnami/elasticsearch-exporter/README.md b/bitnami/elasticsearch-exporter/README.md index 012ae696d216..6d69310ec428 100644 --- a/bitnami/elasticsearch-exporter/README.md +++ b/bitnami/elasticsearch-exporter/README.md @@ -105,6 +105,12 @@ elasticsearch-exporter --help In `/metrics` you can find the exported metrics. +### FIPS configuration in Bitnami Secure Images + +The Bitnami Elasticsearch 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 elasticsearch-exporter Docker image sends the container logs to the `stdout`. To view the logs: