[bitnami/hubble-ui] Release 0.13.3-debian-12-r6 (#89345)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-01-08 14:33:22 +01:00
committed by GitHub
parent c4ad7e81ae
commit 18146c02c8
3 changed files with 4 additions and 6 deletions

View File

@@ -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-12-09T12:39:39Z" \
org.opencontainers.image.created="2026-01-08T13:25:06Z" \
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" \
@@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"render-template-1.0.9-160-linux-${OS_ARCH}-debian-12" \
"nginx-1.29.3-2-linux-${OS_ARCH}-debian-12" \
"nginx-1.29.4-1-linux-${OS_ARCH}-debian-12" \
"hubble-ui-0.13.3-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
@@ -55,7 +55,7 @@ RUN rm -rf /app && \
ln -sf /opt/bitnami/hubble-ui/public /app
ENV APP_VERSION="0.13.3" \
BITNAMI_APP_NAME="hubble-ui" \
IMAGE_REVISION="5" \
IMAGE_REVISION="6" \
NGINX_HTTPS_PORT_NUMBER="" \
NGINX_HTTP_PORT_NUMBER="" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/nginx/sbin:$PATH"

View File

@@ -99,8 +99,6 @@ ensure_dir_exists /usr/share/nginx
ln -sf /app /usr/share/nginx/html
ln -sf /opt/bitnami/nginx/logs /var/log/nginx
ln -sf /opt/bitnami/nginx/tmp /var/run/nginx
ensure_dir_exists /opt/bitnami/nginx/tmp/cache
ln -sf /opt/bitnami/nginx/tmp/cache /var/cache/nginx
ensure_dir_exists /usr/sbin
ln -sf /opt/bitnami/nginx/sbin/nginx /usr/sbin/nginx
ensure_dir_exists /usr/lib/nginx

View File

@@ -86,7 +86,7 @@ If you encountered a problem running this container, you can file an [issue](htt
## License
Copyright &copy; 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
Copyright &copy; 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.