[bitnami/hubble-ui] Release 0.13.4-debian-12-r0 (#90309)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-02-04 17:59:20 +01:00
committed by GitHub
parent e00b1943e8
commit f4585ea0b9

View File

@@ -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="2026-01-28T14:42:22Z" \
org.opencontainers.image.created="2026-02-04T16:50:36Z" \
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" \
org.opencontainers.image.title="hubble-ui" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="0.13.3"
org.opencontainers.image.version="0.13.4"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -30,7 +30,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
COMPONENTS=( \
"render-template-1.0.9-161-linux-${OS_ARCH}-debian-12" \
"nginx-1.29.4-2-linux-${OS_ARCH}-debian-12" \
"hubble-ui-0.13.3-0-linux-${OS_ARCH}-debian-12" \
"hubble-ui-0.13.4-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -53,9 +53,9 @@ COPY rootfs /
RUN /opt/bitnami/scripts/nginx/postunpack.sh
RUN rm -rf /app && \
ln -sf /opt/bitnami/hubble-ui/public /app
ENV APP_VERSION="0.13.3" \
ENV APP_VERSION="0.13.4" \
BITNAMI_APP_NAME="hubble-ui" \
IMAGE_REVISION="8" \
IMAGE_REVISION="0" \
NGINX_HTTPS_PORT_NUMBER="" \
NGINX_HTTP_PORT_NUMBER="" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/nginx/sbin:$PATH"