[bitnami/elasticsearch-exporter] Release 1.9.0-debian-12-r19 (#86911)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
d2da2392e1
commit
6d8f9fb4ec
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue