From e51ea5a747099f732c25e1903560bdff7deb53ad Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 16 Sep 2025 14:54:16 +0200 Subject: [PATCH] [bitnami/hubble-relay] Release 1.18.2-debian-12-r0 (#86195) 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 a30783c3fb00..545935d5ff83 100644 --- a/bitnami/hubble-relay/1/debian-12/Dockerfile +++ b/bitnami/hubble-relay/1/debian-12/Dockerfile @@ -7,13 +7,13 @@ 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-09-07T01:06:10Z" \ + org.opencontainers.image.created="2025-09-16T12:45:35Z" \ 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" \ org.opencontainers.image.title="hubble-relay" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="1.18.1" + org.opencontainers.image.version="1.18.2" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -30,7 +30,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ COMPONENTS=( \ "grpc-health-probe-0.4.40-2-linux-${OS_ARCH}-debian-12" \ "gops-0.3.28-26-linux-${OS_ARCH}-debian-12" \ - "hubble-relay-1.18.1-1-linux-${OS_ARCH}-debian-12" \ + "hubble-relay-1.18.2-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -47,9 +47,9 @@ RUN chmod g+rwX /opt/bitnami RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true RUN uninstall_packages curl -ENV APP_VERSION="1.18.1" \ +ENV APP_VERSION="1.18.2" \ BITNAMI_APP_NAME="hubble-relay" \ - IMAGE_REVISION="2" \ + IMAGE_REVISION="0" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/hubble-relay/bin:$PATH" EXPOSE 4245 6062 9893 9966