From f9694de7f10b1f7984aa91bbc9dd33b1bad47cc1 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 12 Mar 2026 12:51:55 +0100 Subject: [PATCH] [bitnami/kibana] Release 9.3.1-debian-12-r1 (#91543) Signed-off-by: Bitnami Bot --- bitnami/kibana/9.3/debian-12/Dockerfile | 6 ++-- bitnami/kibana/README.md | 40 ++++++++++++------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/bitnami/kibana/9.3/debian-12/Dockerfile b/bitnami/kibana/9.3/debian-12/Dockerfile index dd47ed372d8c..fe8b137f0ec6 100644 --- a/bitnami/kibana/9.3/debian-12/Dockerfile +++ b/bitnami/kibana/9.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-26T20:13:56Z" \ + org.opencontainers.image.created="2026-03-12T11:04:04Z" \ 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" \ @@ -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" \ "kibana-9.3.1-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -50,7 +50,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/kibana/postunpack.sh ENV APP_VERSION="9.3.1" \ BITNAMI_APP_NAME="kibana" \ - IMAGE_REVISION="0" + IMAGE_REVISION="1" EXPOSE 5601 diff --git a/bitnami/kibana/README.md b/bitnami/kibana/README.md index 9a4799394f9a..3c0e735d5a3c 100644 --- a/bitnami/kibana/README.md +++ b/bitnami/kibana/README.md @@ -5,15 +5,15 @@ [Overview of Kibana](https://www.elastic.co/products/kibana) Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. -## TL;DR +## TL;DR -### Docker Compose +### Docker Compose ```console docker run --name kibana bitnami/kibana:latest ``` -## Why use Bitnami Secure Images? +## Why use Bitnami Secure Images? Those are hardened, minimal CVE images built and maintained by Bitnami. Bitnami Secure Images are based on the cloud-optimized, security-hardened enterprise [OS Photon Linux](https://vmware.github.io/photon/). Why choose BSI images? @@ -30,15 +30,15 @@ Each image comes with valuable security metadata. You can view the metadata in [ If you are looking for our previous generation of images based on Debian Linux, please see the [Bitnami Legacy registry](https://hub.docker.com/u/bitnamilegacy). -## Why use a non-root container? +## Why use a non-root container? Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-work-with-non-root-containers-index.html). -## Supported tags and respective `Dockerfile` links +## Supported tags and respective `Dockerfile` links Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-understand-rolling-tags-containers-index.html). -## Get this image +## 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). @@ -60,9 +60,9 @@ cd bitnami/APP/VERSION/OPERATING-SYSTEM docker build -t bitnami/APP:latest . ``` -## How to use this image +## How to use this image -### Run the application manually +### Run the application manually If you want to run the application manually instead of using the chart, these are the basic steps you need to run: @@ -88,7 +88,7 @@ If you want to run the application manually instead of using the chart, these ar Then you can access your application at `http://your-ip:5601/` -## Persisting your application +## Persisting your application If you remove the container all your data and configurations will be lost, and the next time you run the image the application will be reinitialized. To avoid this loss of data, you should mount a volume that will persist even after the container is removed. @@ -104,13 +104,13 @@ docker run -v /path/to/kibana-persistence:/bitnami/kibana bitnami/kibana:latest > **NOTE** As this is a non-root container, the mounted files and directories must have the proper permissions for the UID `1001`. -## Connecting to other containers +## Connecting to other containers Using [Docker container networking](https://docs.docker.com/engine/userguide/networking/), a Kibana server running inside a container can easily be accessed by your application containers. Containers attached to the same network can communicate with each other using the container name as the hostname. -### Using the Command Line +### Using the Command Line #### Step 1: Create a network @@ -141,11 +141,11 @@ docker run -d --name myapp \ > 1. Please update the **YOUR_APPLICATION_IMAGE** placeholder in the above snippet with your application image > 2. In your application container, use the hostname `kibana-server` to connect to the Kibana server -## Configuration +## Configuration The following section describes the supported environment variables -### Environment variables +### Environment variables The following tables list the main variables you can set. @@ -217,13 +217,13 @@ When you start the kibana image, you can adjust the configuration of the instanc docker run -d -e KIBANA_ELASTICSEARCH_URL=elasticsearch --name kibana bitnami/kibana:latest ``` -### Initializing a new instance +### Initializing a new instance When the container is executed for the first time, it will execute the files with extension `.sh`, located at `/docker-entrypoint-initdb.d`. In order to have your custom files inside the docker image you can mount them as a volume. -### Configuration file +### Configuration file The image looks for configurations in `/bitnami/kibana/conf/`. As mentioned in [Persisting your application](#persisting-your-application) you can mount a volume at `/bitnami` and copy/edit the configurations in the `/path/to/kibana-persistence/kibana/conf/`. The default configurations will be populated to the `conf/` directory if it's empty. @@ -253,13 +253,13 @@ docker restart kibana Refer to the [configuration](https://www.elastic.co/guide/en/kibana/current/settings.html) manual for the complete list of configuration options. -### FIPS configuration in Bitnami Secure Images +### FIPS configuration in Bitnami Secure Images The Bitnami Kibana Docker image from the [Bitnami Secure Images](https://go-vmware.broadcom.com/contact-us) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables: - `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`. -## Logging +## Logging The Bitnami Kibana Docker image sends the container logs to the `stdout`. To view the logs: @@ -269,9 +269,9 @@ docker logs kibana You can configure the containers [logging driver](https://docs.docker.com/engine/admin/logging/overview/) using the `--log-driver` option if you wish to consume the container logs differently. In the default configuration docker uses the `json-file` driver. -## Notable Changes +## Notable Changes -### Starting January 16, 2024 +### Starting January 16, 2024 - The `docker-compose.yaml` file has been removed, as it was solely intended for internal testing purposes. @@ -291,7 +291,7 @@ You can configure the containers [logging driver](https://docs.docker.com/engine - `ELASTICSEARCH_URL` parameter has been renamed to `KIBANA_ELASTICSEARCH_URL`. - `ELASTICSEARCH_PORT` parameter has been renamed to `KIBANA_ELASTICSEARCH_PORT`. -## License +## License Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.