From 18146c02c8aa7c49e8922dd8da3d17031fc2aa1f Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 8 Jan 2026 14:33:22 +0100 Subject: [PATCH] [bitnami/hubble-ui] Release 0.13.3-debian-12-r6 (#89345) Signed-off-by: Bitnami Bot --- bitnami/hubble-ui/0/debian-12/Dockerfile | 6 +++--- .../rootfs/opt/bitnami/scripts/nginx/postunpack.sh | 2 -- bitnami/hubble-ui/README.md | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/bitnami/hubble-ui/0/debian-12/Dockerfile b/bitnami/hubble-ui/0/debian-12/Dockerfile index 821d99df898b..fc0e80294a0e 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="2025-12-09T12:39:39Z" \ + org.opencontainers.image.created="2026-01-08T13:25:06Z" \ 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-160-linux-${OS_ARCH}-debian-12" \ - "nginx-1.29.3-2-linux-${OS_ARCH}-debian-12" \ + "nginx-1.29.4-1-linux-${OS_ARCH}-debian-12" \ "hubble-ui-0.13.3-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.3" \ BITNAMI_APP_NAME="hubble-ui" \ - IMAGE_REVISION="5" \ + IMAGE_REVISION="6" \ 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/scripts/nginx/postunpack.sh b/bitnami/hubble-ui/0/debian-12/rootfs/opt/bitnami/scripts/nginx/postunpack.sh index 843609aa1bc3..36a0586736b1 100755 --- a/bitnami/hubble-ui/0/debian-12/rootfs/opt/bitnami/scripts/nginx/postunpack.sh +++ b/bitnami/hubble-ui/0/debian-12/rootfs/opt/bitnami/scripts/nginx/postunpack.sh @@ -99,8 +99,6 @@ ensure_dir_exists /usr/share/nginx ln -sf /app /usr/share/nginx/html ln -sf /opt/bitnami/nginx/logs /var/log/nginx ln -sf /opt/bitnami/nginx/tmp /var/run/nginx -ensure_dir_exists /opt/bitnami/nginx/tmp/cache -ln -sf /opt/bitnami/nginx/tmp/cache /var/cache/nginx ensure_dir_exists /usr/sbin ln -sf /opt/bitnami/nginx/sbin/nginx /usr/sbin/nginx ensure_dir_exists /usr/lib/nginx diff --git a/bitnami/hubble-ui/README.md b/bitnami/hubble-ui/README.md index 1b95c4cb11bc..6f513d46ea3a 100644 --- a/bitnami/hubble-ui/README.md +++ b/bitnami/hubble-ui/README.md @@ -86,7 +86,7 @@ If you encountered a problem running this container, you can file an [issue](htt ## License -Copyright © 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. +Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.