From 4f5bcb72d622b2d6435f7c857e9c81aff3d9fe2a Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 12 Feb 2026 03:26:01 +0100 Subject: [PATCH] [bitnami/opensearch] Release 3.5.0-debian-12-r0 (#90674) Signed-off-by: Bitnami Bot --- bitnami/opensearch/3/debian-12/Dockerfile | 10 +++++----- bitnami/opensearch/README.md | 14 -------------- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/bitnami/opensearch/3/debian-12/Dockerfile b/bitnami/opensearch/3/debian-12/Dockerfile index 42e3ab1e8aac..673dd1d8cc58 100644 --- a/bitnami/opensearch/3/debian-12/Dockerfile +++ b/bitnami/opensearch/3/debian-12/Dockerfile @@ -9,13 +9,13 @@ ARG OPENSEARCH_PLUGINS ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-02-10T07:11:28Z" \ + org.opencontainers.image.created="2026-02-12T01:31:58Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/opensearch/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/opensearch" \ org.opencontainers.image.title="opensearch" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="3.4.0" + org.opencontainers.image.version="3.5.0" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -33,7 +33,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ COMPONENTS=( \ "yq-4.52.2-1-linux-${OS_ARCH}-debian-12" \ "jre-21.0.10-10-0-linux-${OS_ARCH}-debian-12" \ - "opensearch-3.4.0-0-linux-${OS_ARCH}-debian-12" \ + "opensearch-3.5.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -52,9 +52,9 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true COPY rootfs / RUN /opt/bitnami/scripts/opensearch/postunpack.sh RUN /opt/bitnami/scripts/java/postunpack.sh -ENV APP_VERSION="3.4.0" \ +ENV APP_VERSION="3.5.0" \ BITNAMI_APP_NAME="opensearch" \ - IMAGE_REVISION="3" \ + IMAGE_REVISION="0" \ JAVA_HOME="/opt/bitnami/java" \ LD_LIBRARY_PATH="/opt/bitnami/opensearch/jdk/lib:/opt/bitnami/opensearch/jdk/lib/server:/opt/bitnami/opensearch/plugins/opensearch-knn/lib:$LD_LIBRARY_PATH" \ OPENSEARCH_JAVA_HOME="/opt/bitnami/java" diff --git a/bitnami/opensearch/README.md b/bitnami/opensearch/README.md index 76140516ba57..918c0213d55b 100644 --- a/bitnami/opensearch/README.md +++ b/bitnami/opensearch/README.md @@ -520,20 +520,6 @@ Please be aware this file has not undergone internal testing. Consequently, we a If you detect any issue in the `docker-compose.yaml` file, feel free to report it or contribute with a fix by following our [Contributing Guidelines](https://github.com/bitnami/containers/blob/main/CONTRIBUTING.md). -## Contributing - -We'd love for you to contribute to this Docker image. You can request new features by creating an [issue], or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution. - -## Issues - -If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/containers/issues/new/choose). For us to provide better support, be sure to include the following information in your issue: - -- Host OS and version -- Docker version (`docker version`) -- Output of `docker info` -- Version of this container -- The command you used to run the container, and any relevant output you saw (masking any sensitive information) - ## License Copyright © 2026 Bitnami