From 93464ed4c7263c3eb7ed69fbfb4877f984dded43 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 17 Feb 2023 23:21:40 +0100 Subject: [PATCH] [bitnami/kibana] Release 8.6.2-debian-11-r0 (#24467) Signed-off-by: Bitnami Containers --- bitnami/kibana/8/debian-11/Dockerfile | 18 +++++++++--------- .../opt/bitnami/.bitnami_components.json | 12 ++++++------ bitnami/kibana/8/debian-11/tags-info.yaml | 2 +- bitnami/kibana/README.md | 16 ++++++++-------- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/bitnami/kibana/8/debian-11/Dockerfile b/bitnami/kibana/8/debian-11/Dockerfile index 1043b6decc12..604037d90494 100644 --- a/bitnami/kibana/8/debian-11/Dockerfile +++ b/bitnami/kibana/8/debian-11/Dockerfile @@ -2,14 +2,14 @@ FROM docker.io/bitnami/minideb:bullseye ARG TARGETARCH -LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ - org.opencontainers.image.description="Application packaged by Bitnami" \ +LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ + org.opencontainers.image.created="2023-02-17T21:44:37Z" \ + org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="8.6.1-debian-11-r6" \ - org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kibana" \ + org.opencontainers.image.ref.name="8.6.2-debian-11-r0" \ org.opencontainers.image.title="kibana" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="8.6.1" + org.opencontainers.image.version="8.6.2" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -23,9 +23,9 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl libexpat1 libgcc-s1 libnss3 libstdc++6 procps RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ - "yq-4.30.8-1-linux-${OS_ARCH}-debian-11" \ - "gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \ - "kibana-8.6.1-0-linux-${OS_ARCH}-debian-11" \ + "yq-4.30.8-2-linux-${OS_ARCH}-debian-11" \ + "gosu-1.16.0-2-linux-${OS_ARCH}-debian-11" \ + "kibana-8.6.2-0-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -42,7 +42,7 @@ RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/kibana/postunpack.sh -ENV APP_VERSION="8.6.1" \ +ENV APP_VERSION="8.6.2" \ BITNAMI_APP_NAME="kibana" EXPOSE 5601 diff --git a/bitnami/kibana/8/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/kibana/8/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 0d0ea16e4285..e686f7926547 100644 --- a/bitnami/kibana/8/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/kibana/8/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,23 +1,23 @@ { "gosu": { "arch": "amd64", - "digest": "9ab9654690d90d3c49ff66fb1eb286487e318adc899d036bc45922f6b176865b", + "digest": "f6056076afb745fd7d9d87d20f71e7248d63330352cf5ae0be2130b7f44a8cfa", "distro": "debian-11", "type": "NAMI", - "version": "1.16.0-1" + "version": "1.16.0-2" }, "kibana": { "arch": "amd64", - "digest": "b747cbb83fcfbfbf003a126d37afb80c6e2bb316f754a074ba92702505436bc0", + "digest": "1604c32e457427515193816d79491c8b0113a26c61b39cb28d97432965abb740", "distro": "debian-11", "type": "NAMI", - "version": "8.6.1-0" + "version": "8.6.2-0" }, "yq": { "arch": "amd64", - "digest": "33fec06619aa3c1f7ea3c2516bf36f79af01354972ff06998ca6fe1d65078998", + "digest": "2fcd60b9977991e83f7066cf6da2c319b21483cdc67597625af37fa753534faf", "distro": "debian-11", "type": "NAMI", - "version": "4.30.8-1" + "version": "4.30.8-2" } } \ No newline at end of file diff --git a/bitnami/kibana/8/debian-11/tags-info.yaml b/bitnami/kibana/8/debian-11/tags-info.yaml index 903f0a4522ad..5d7695f9ae93 100644 --- a/bitnami/kibana/8/debian-11/tags-info.yaml +++ b/bitnami/kibana/8/debian-11/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "8" - 8-debian-11 -- 8.6.1 +- 8.6.2 - latest diff --git a/bitnami/kibana/README.md b/bitnami/kibana/README.md index f5a51d458017..d8cf7ede529f 100644 --- a/bitnami/kibana/README.md +++ b/bitnami/kibana/README.md @@ -77,15 +77,15 @@ If you want to run the application manually instead of using docker-compose, the 1. Create a new network for the application and the database: - ```console - docker network create kibana_network - ``` + ```console + docker network create kibana_network + ``` 2. Run the Elasticsearch container: - ```console - docker run -d -p 9200:9200 --name elasticsearch --net=kibana_network bitnami/elasticsearch - ``` + ```console + docker run -d -p 9200:9200 --name elasticsearch --net=kibana_network bitnami/elasticsearch + ``` 3. Run the Kibana container: @@ -95,7 +95,7 @@ If you want to run the application manually instead of using docker-compose, the bitnami/kibana ``` -Then you can access your application at `http://your-ip:5601/` + Then you can access your application at `http://your-ip:5601/` ## Persisting your application @@ -160,7 +160,7 @@ 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 -### Using Docker Compose +### Using a Docker Compose file When not specified, Docker Compose automatically sets up a new network and attaches all deployed services to that network. However, we will explicitly define a new `bridge` network named `app-tier`. In this example we assume that you want to connect to the Kibana server from your own custom application image which is identified in the following snippet by the service name `myapp`.