[bitnami/opensearch] Release 1.3.10-debian-11-r50 (#47682)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-09-07 12:24:56 +02:00
committed by GitHub
parent 05f35e82c3
commit 6c4be7ab87
2 changed files with 3 additions and 4 deletions

View File

@@ -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-03T08:55:48Z" \
org.opencontainers.image.created="2023-09-06T10:41:37Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.3.10-debian-11-r47" \
org.opencontainers.image.ref.name="1.3.10-debian-11-r50" \
org.opencontainers.image.title="opensearch" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.3.10"

View File

@@ -940,8 +940,7 @@ elasticsearch_healthcheck() {
host=$(get_elasticsearch_hostname)
is_boolean_yes "$DB_ENABLE_SECURITY" && command_args+=("-k" "--user" "${DB_USERNAME}:${DB_PASSWORD}")
is_boolean_yes "$DB_ENABLE_REST_TLS" && protocol="https"
is_boolean_yes "$DB_ENABLE_SECURITY" && is_boolean_yes "$DB_ENABLE_REST_TLS" && protocol="https" && command_args+=("-k" "--user" "${DB_USERNAME}:${DB_PASSWORD}")
# Combination of --silent, --output and --write-out allows us to obtain both the status code and the request body
output=$(mktemp)