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

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

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:40:54Z" \
org.opencontainers.image.created="2026-02-04T16:50:53Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/hubble-ui-backend/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/hubble-ui-backend" \
org.opencontainers.image.title="hubble-ui-backend" \
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}" \
@@ -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=( \
"gops-0.3.29-1-linux-${OS_ARCH}-debian-12" \
"hubble-ui-backend-0.13.3-6-linux-${OS_ARCH}-debian-12" \
"hubble-ui-backend-0.13.4-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -46,9 +46,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="0.13.3" \
ENV APP_VERSION="0.13.4" \
BITNAMI_APP_NAME="hubble-ui-backend" \
IMAGE_REVISION="11" \
IMAGE_REVISION="0" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/hubble-ui-backend/bin:$PATH"
EXPOSE 8090