From b387391d972d4def2a481b3df7d4657e5caee344 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 15 Sep 2023 23:49:18 +0200 Subject: [PATCH] [bitnami/elasticsearch] Release 8.10.0-debian-11-r2 (#48681) Signed-off-by: Bitnami Containers --- bitnami/elasticsearch/8/debian-11/Dockerfile | 4 ++-- .../debian-11/rootfs/opt/bitnami/scripts/libelasticsearch.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/elasticsearch/8/debian-11/Dockerfile b/bitnami/elasticsearch/8/debian-11/Dockerfile index 5857d62f7d3e..a5131e8b07ab 100644 --- a/bitnami/elasticsearch/8/debian-11/Dockerfile +++ b/bitnami/elasticsearch/8/debian-11/Dockerfile @@ -9,10 +9,10 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-09-12T20:35:38Z" \ + org.opencontainers.image.created="2023-09-14T22:11:59Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="8.10.0-debian-11-r0" \ + org.opencontainers.image.ref.name="8.10.0-debian-11-r2" \ org.opencontainers.image.title="elasticsearch" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="8.10.0" diff --git a/bitnami/elasticsearch/8/debian-11/rootfs/opt/bitnami/scripts/libelasticsearch.sh b/bitnami/elasticsearch/8/debian-11/rootfs/opt/bitnami/scripts/libelasticsearch.sh index 4fa8c91182de..f8dea107b3bf 100644 --- a/bitnami/elasticsearch/8/debian-11/rootfs/opt/bitnami/scripts/libelasticsearch.sh +++ b/bitnami/elasticsearch/8/debian-11/rootfs/opt/bitnami/scripts/libelasticsearch.sh @@ -912,7 +912,7 @@ elasticsearch_healthcheck() { is_boolean_yes "$DB_ENABLE_SECURITY" && command_args+=("-k" "--user" "${DB_USERNAME}:${DB_PASSWORD}") is_boolean_yes "$DB_ENABLE_REST_TLS" && protocol="https" - + # Combination of --silent, --output and --write-out allows us to obtain both the status code and the request body output=$(mktemp) command_args+=("-o" "$output" "${protocol}://${host}:${DB_HTTP_PORT_NUMBER}/_cluster/health?local=true")