[bitnami/hubble-ui] Release 0.13.5-debian-12-r0 (#92451)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-04-14 16:55:41 +02:00 committed by GitHub
parent f3709ed4de
commit d9ed7ce223
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

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-04-08T19:18:18Z" \
org.opencontainers.image.created="2026-04-14T14:45:17Z" \
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.4"
org.opencontainers.image.version="0.13.5"
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-164-linux-${OS_ARCH}-debian-12" \
"nginx-1.29.8-0-linux-${OS_ARCH}-debian-12" \
"hubble-ui-0.13.4-0-linux-${OS_ARCH}-debian-12" \
"hubble-ui-0.13.5-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.4" \
ENV APP_VERSION="0.13.5" \
BITNAMI_APP_NAME="hubble-ui" \
IMAGE_REVISION="5" \
IMAGE_REVISION="0" \
NGINX_HTTPS_PORT_NUMBER="" \
NGINX_HTTP_PORT_NUMBER="" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/nginx/sbin:$PATH"