[bitnami/hubble-relay] Release 1.18.4-debian-12-r0 (#88353)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
4547e6fbe6
commit
8e531ccfe5
|
|
@ -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-11-06T01:23:48Z" \
|
||||
org.opencontainers.image.created="2025-11-12T19:46:02Z" \
|
||||
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.3"
|
||||
org.opencontainers.image.version="1.18.4"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -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-2-linux-${OS_ARCH}-debian-12" \
|
||||
"grpc-health-probe-0.4.42-0-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" \
|
||||
"hubble-relay-1.18.4-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.3" \
|
||||
ENV APP_VERSION="1.18.4" \
|
||||
BITNAMI_APP_NAME="hubble-relay" \
|
||||
IMAGE_REVISION="1" \
|
||||
IMAGE_REVISION="0" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/hubble-relay/bin:$PATH"
|
||||
|
||||
EXPOSE 4245 6062 9893 9966
|
||||
|
|
|
|||
Loading…
Reference in New Issue