[bitnami/hubble-ui] Release 0.13.4-debian-12-r4 (#91890)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-03-30 21:22:00 +02:00 committed by GitHub
parent e8564c7964
commit af640eac40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 22 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="2026-03-12T10:19:33Z" \
org.opencontainers.image.created="2026-03-30T18:55:56Z" \
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-163-linux-${OS_ARCH}-debian-12" \
"nginx-1.29.6-0-linux-${OS_ARCH}-debian-12" \
"nginx-1.29.7-0-linux-${OS_ARCH}-debian-12" \
"hubble-ui-0.13.4-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.4" \
BITNAMI_APP_NAME="hubble-ui" \
IMAGE_REVISION="3" \
IMAGE_REVISION="4" \
NGINX_HTTPS_PORT_NUMBER="" \
NGINX_HTTP_PORT_NUMBER="" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/nginx/sbin:$PATH"

View File

@ -38,25 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
## Get this image
The recommended way to get the Bitnami Hubble UI Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/hubble-ui).
```console
docker pull bitnami/hubble-ui:latest
```
To use a specific version, you can pull a versioned tag. You can view the [list of available versions](https://hub.docker.com/r/bitnami/hubble-ui/tags/) in the Docker Hub Registry.
```console
docker pull bitnami/hubble-ui:[TAG]
```
If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the `docker build` command. Remember to replace the `APP`, `VERSION` and `OPERATING-SYSTEM` path placeholders in the example command below with the correct values.
```console
git clone https://github.com/bitnami/containers.git
cd bitnami/APP/VERSION/OPERATING-SYSTEM
docker build -t bitnami/APP:latest .
```
The Bitnami Hubble UI Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers.
## Configuration