From 18f76cf2da1d4704f2557129a0db9e4e1957da7e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 19 Feb 2026 04:52:27 +0100 Subject: [PATCH] [bitnami/hubble-ui] Release 0.13.4-debian-12-r2 (#90944) Signed-off-by: Bitnami Bot --- bitnami/hubble-ui/0/debian-12/Dockerfile | 4 ++-- .../0/debian-12/rootfs/opt/bitnami/nginx/conf/nginx.conf | 2 +- bitnami/hubble-ui/README.md | 8 -------- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/bitnami/hubble-ui/0/debian-12/Dockerfile b/bitnami/hubble-ui/0/debian-12/Dockerfile index e9371038e129..5f1b4c404465 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-02-09T08:45:43Z" \ + org.opencontainers.image.created="2026-02-19T03:43:40Z" \ 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" \ @@ -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="1" \ + IMAGE_REVISION="2" \ NGINX_HTTPS_PORT_NUMBER="" \ NGINX_HTTP_PORT_NUMBER="" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/nginx/sbin:$PATH" diff --git a/bitnami/hubble-ui/0/debian-12/rootfs/opt/bitnami/nginx/conf/nginx.conf b/bitnami/hubble-ui/0/debian-12/rootfs/opt/bitnami/nginx/conf/nginx.conf index 02675408fea8..3a63aa79479c 100644 --- a/bitnami/hubble-ui/0/debian-12/rootfs/opt/bitnami/nginx/conf/nginx.conf +++ b/bitnami/hubble-ui/0/debian-12/rootfs/opt/bitnami/nginx/conf/nginx.conf @@ -44,8 +44,8 @@ http { absolute_redirect off; port_in_redirect off; - include "/opt/bitnami/nginx/conf/server_blocks/*.conf"; include "/opt/bitnami/nginx/conf/context.d/http/*.conf"; + include "/opt/bitnami/nginx/conf/server_blocks/*.conf"; # HTTP Server server { diff --git a/bitnami/hubble-ui/README.md b/bitnami/hubble-ui/README.md index feaa79c72845..c3c32255ec8d 100644 --- a/bitnami/hubble-ui/README.md +++ b/bitnami/hubble-ui/README.md @@ -72,14 +72,6 @@ The Bitnami Hubble UI Docker image from the [Bitnami Secure Images](https://go-v - `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`. -## Contributing - -We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution. - -## Issues - -If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/containers/issues/new/choose). For us to provide better support, be sure to fill the issue template. - ## License Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.