From 930cd751778812f1466e055988eed17594acebea Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 6 Nov 2025 02:51:07 +0100 Subject: [PATCH] [bitnami/hubble-relay] Release 1.18.3-debian-12-r1 (#88153) Signed-off-by: Bitnami Bot --- bitnami/hubble-relay/1/debian-12/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/hubble-relay/1/debian-12/Dockerfile b/bitnami/hubble-relay/1/debian-12/Dockerfile index 757d7dbc3395..355b63bcad88 100644 --- a/bitnami/hubble-relay/1/debian-12/Dockerfile +++ b/bitnami/hubble-relay/1/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-10-22T23:40:39Z" \ + org.opencontainers.image.created="2025-11-06T01:23:48Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/hubble-relay/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/hubble-relay" \ @@ -28,9 +28,9 @@ 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=( \ - "grpc-health-probe-0.4.41-1-linux-${OS_ARCH}-debian-12" \ - "gops-0.3.28-28-linux-${OS_ARCH}-debian-12" \ - "hubble-relay-1.18.3-0-linux-${OS_ARCH}-debian-12" \ + "grpc-health-probe-0.4.41-2-linux-${OS_ARCH}-debian-12" \ + "gops-0.3.28-29-linux-${OS_ARCH}-debian-12" \ + "hubble-relay-1.18.3-1-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -49,7 +49,7 @@ RUN uninstall_packages curl ENV APP_VERSION="1.18.3" \ BITNAMI_APP_NAME="hubble-relay" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/hubble-relay/bin:$PATH" EXPOSE 4245 6062 9893 9966