From dc8716f694e974fa5284ef890b37b2df1daa7c3f Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 5 Feb 2026 00:52:59 +0100 Subject: [PATCH] [bitnami/elasticsearch-exporter] Release 1.10.0-debian-12-r5 (#90385) Signed-off-by: Bitnami Bot --- bitnami/elasticsearch-exporter/1/debian-12/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/elasticsearch-exporter/1/debian-12/Dockerfile b/bitnami/elasticsearch-exporter/1/debian-12/Dockerfile index a40f1d796eab..736e76469952 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="2026-01-28T13:38:54Z" \ + org.opencontainers.image.created="2026-02-04T23:26:03Z" \ 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" \ @@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "elasticsearch-exporter-1.10.0-1-linux-${OS_ARCH}-debian-12" \ + "elasticsearch-exporter-1.10.0-2-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -47,7 +47,7 @@ RUN uninstall_packages curl ENV APP_VERSION="1.10.0" \ BITNAMI_APP_NAME="elasticsearch-exporter" \ - IMAGE_REVISION="4" \ + IMAGE_REVISION="5" \ PATH="/opt/bitnami/elasticsearch-exporter/bin:$PATH" EXPOSE 9114