diff --git a/bitnami/opensearch-dashboards/3/debian-12/Dockerfile b/bitnami/opensearch-dashboards/3/debian-12/Dockerfile index d71c492c334c..e093d0498c3e 100644 --- a/bitnami/opensearch-dashboards/3/debian-12/Dockerfile +++ b/bitnami/opensearch-dashboards/3/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-02-19T03:29:07Z" \ + org.opencontainers.image.created="2026-03-12T12:20:24Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/opensearch-dashboards/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/opensearch-dashboards" \ @@ -29,7 +29,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=( \ - "yq-4.52.4-0-linux-${OS_ARCH}-debian-12" \ + "yq-4.52.4-1-linux-${OS_ARCH}-debian-12" \ "opensearch-dashboards-3.5.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -50,7 +50,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/opensearch-dashboards/postunpack.sh ENV APP_VERSION="3.5.0" \ BITNAMI_APP_NAME="opensearch-dashboards" \ - IMAGE_REVISION="1" + IMAGE_REVISION="2" EXPOSE 5601 diff --git a/bitnami/opensearch-dashboards/README.md b/bitnami/opensearch-dashboards/README.md index 53a3584d7474..c193710304c1 100644 --- a/bitnami/opensearch-dashboards/README.md +++ b/bitnami/opensearch-dashboards/README.md @@ -1,7 +1,5 @@ # Bitnami Secure Image for OpenSearch Dashboards -## What is OpenSearch Dashboards? - > OpenSearch Dashboards is a visualization tool for OpenSearch installations. OpenSearch is a scalable open-source solution for search, analytics, and observability. [Overview of OpenSearch Dashboards](https://opensearch.org/) @@ -56,36 +54,14 @@ cd bitnami/APP/VERSION/OPERATING-SYSTEM docker build -t bitnami/APP:latest . ``` -## Maintenance - -### Upgrade this image - -Bitnami provides up-to-date versions of OpenSearch Dashboards, including security patches, soon after they are made upstream. We recommend that you follow these steps to upgrade your container. - -#### Step 1: Get the updated image - -```console -docker pull bitnami/opensearch-dashboards:latest -``` - -#### Step 2: Remove the currently running container - -```console -docker rm -v opensearch-dashboards -``` - -#### Step 3: Run the new image - -Re-create your container from the new image. - -```console -docker run --name opensearch-dashboards bitnami/opensearch-dashboards:latest -``` - ## Configuration +The following section describes the supported environment variables + ### Environment variables +The following tables list the main variables you can set. + #### Customizable environment variables | Name | Description | Default Value |