[bitnami/kibana] Release 9.3.3-debian-12-r0 (#92295)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-04-08 23:12:59 +02:00
committed by GitHub
parent 66f798f6ed
commit 0649401fc9
2 changed files with 7 additions and 25 deletions
+5 -5
View File
@@ -7,13 +7,13 @@ 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-03-19T14:51:54Z" \
org.opencontainers.image.created="2026-04-08T20:21:02Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/kibana/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kibana" \
org.opencontainers.image.title="kibana" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="9.3.2"
org.opencontainers.image.version="9.3.3"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -29,8 +29,8 @@ 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-1-linux-${OS_ARCH}-debian-12" \
"kibana-9.3.2-0-linux-${OS_ARCH}-debian-12" \
"yq-4.52.5-1-linux-${OS_ARCH}-debian-12" \
"kibana-9.3.3-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -48,7 +48,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
COPY rootfs /
RUN /opt/bitnami/scripts/kibana/postunpack.sh
ENV APP_VERSION="9.3.2" \
ENV APP_VERSION="9.3.3" \
BITNAMI_APP_NAME="kibana" \
IMAGE_REVISION="0"
+2 -20
View File
@@ -40,25 +40,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
## Get this image
The recommended way to get the Bitnami Kibana Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/kibana).
```console
docker pull bitnami/kibana:latest
```
To use a specific version, you can pull a versioned tag. You can view the [list of available versions](https://hub.docker.com/r/bitnami/kibana/tags/) in the Docker Hub Registry.
```console
docker pull bitnami/kibana:[TAG]
```
If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the `docker build` command. Remember to replace the `APP`, `VERSION` and `OPERATING-SYSTEM` path placeholders in the example command below with the correct values.
```console
git clone https://github.com/bitnami/containers.git
cd bitnami/APP/VERSION/OPERATING-SYSTEM
docker build -t bitnami/APP:latest .
```
The Bitnami Kibana Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers.
## How to use this image
@@ -177,7 +159,7 @@ The following tables list the main variables you can set.
| `KIBANA_ELASTICSEARCH_TLS_USE_PEM` | Configure Elasticsearch TLS settings using PEM certificates. | `false` |
| `KIBANA_ELASTICSEARCH_CA_CERT_LOCATION` | Path to Elasticsearch CA certificate. | `${SERVER_CERTS_DIR}/elasticsearch/ca.crt` |
| `KIBANA_DISABLE_STRICT_CSP` | Disable strict Content Security Policy (CSP) for Kibana | `no` |
| `KIBANA_CREATE_USER` | Enable the creation of the kibana_system user, if it doesnt exists | `false` |
| `KIBANA_CREATE_USER` | Enable the creation of the kibana_system user, if it does not exist | `false` |
| `KIBANA_ELASTICSEARCH_PASSWORD` | Password for the elastic superuser. Required if KIBANA_CREATE_USER is enabled | `nil` |
| `KIBANA_SERVER_PUBLICBASEURL` | Publicly available URL that end-users access Kibana at | `nil` |
| `KIBANA_XPACK_SECURITY_ENCRYPTIONKEY` | Encryption key so that sessions are not invalidated | `nil` |