From af640eac406d126673d880a5455efe0ebfefa5b7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 30 Mar 2026 21:22:00 +0200 Subject: [PATCH] [bitnami/hubble-ui] Release 0.13.4-debian-12-r4 (#91890) Signed-off-by: Bitnami Bot --- bitnami/hubble-ui/0/debian-12/Dockerfile | 6 +++--- bitnami/hubble-ui/README.md | 20 +------------------- 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/bitnami/hubble-ui/0/debian-12/Dockerfile b/bitnami/hubble-ui/0/debian-12/Dockerfile index 1b841f15cd2a..64070c40577a 100644 --- a/bitnami/hubble-ui/0/debian-12/Dockerfile +++ b/bitnami/hubble-ui/0/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-03-12T10:19:33Z" \ + org.opencontainers.image.created="2026-03-30T18:55:56Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/hubble-ui/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/hubble-ui" \ @@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ "render-template-1.0.9-163-linux-${OS_ARCH}-debian-12" \ - "nginx-1.29.6-0-linux-${OS_ARCH}-debian-12" \ + "nginx-1.29.7-0-linux-${OS_ARCH}-debian-12" \ "hubble-ui-0.13.4-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -55,7 +55,7 @@ RUN rm -rf /app && \ ln -sf /opt/bitnami/hubble-ui/public /app ENV APP_VERSION="0.13.4" \ BITNAMI_APP_NAME="hubble-ui" \ - IMAGE_REVISION="3" \ + IMAGE_REVISION="4" \ NGINX_HTTPS_PORT_NUMBER="" \ NGINX_HTTP_PORT_NUMBER="" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/nginx/sbin:$PATH" diff --git a/bitnami/hubble-ui/README.md b/bitnami/hubble-ui/README.md index 4cd2fbce1929..8d0a60b984c3 100644 --- a/bitnami/hubble-ui/README.md +++ b/bitnami/hubble-ui/README.md @@ -38,25 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t ## Get this image -The recommended way to get the Bitnami Hubble UI Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/hubble-ui). - -```console -docker pull bitnami/hubble-ui: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/hubble-ui/tags/) in the Docker Hub Registry. - -```console -docker pull bitnami/hubble-ui:[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 Hubble UI Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers. ## Configuration