From 297d935fd39be3c6054587ce45f5a948cc8b2868 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 3 Dec 2025 20:56:38 +0100 Subject: [PATCH] [bitnami/hubble-ui-backend] Release 0.13.3-debian-12-r7 (#88792) Signed-off-by: Bitnami Bot --- bitnami/hubble-ui-backend/0/debian-12/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/hubble-ui-backend/0/debian-12/Dockerfile b/bitnami/hubble-ui-backend/0/debian-12/Dockerfile index afc856d775fe..691f00efc5d2 100644 --- a/bitnami/hubble-ui-backend/0/debian-12/Dockerfile +++ b/bitnami/hubble-ui-backend/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-11-06T01:25:20Z" \ + org.opencontainers.image.created="2025-12-03T19:48:01Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/hubble-ui-backend/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/hubble-ui-backend" \ @@ -28,8 +28,8 @@ 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=( \ - "gops-0.3.28-29-linux-${OS_ARCH}-debian-12" \ - "hubble-ui-backend-0.13.3-4-linux-${OS_ARCH}-debian-12" \ + "gops-0.3.28-30-linux-${OS_ARCH}-debian-12" \ + "hubble-ui-backend-0.13.3-5-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -48,7 +48,7 @@ RUN uninstall_packages curl ENV APP_VERSION="0.13.3" \ BITNAMI_APP_NAME="hubble-ui-backend" \ - IMAGE_REVISION="6" \ + IMAGE_REVISION="7" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/hubble-ui-backend/bin:$PATH" EXPOSE 8090