[bitnami/opensearch-dashboards] Release 3.5.0-debian-12-r2 (#91557)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-03-12 14:12:35 +01:00 committed by GitHub
parent 53210a46e6
commit 913a66145f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 31 deletions

View File

@ -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

View File

@ -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 |