[bitnami/metallb-speaker] Release 0.15.3-debian-12-r8 (#91348)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-03-06 15:37:12 +01:00
committed by GitHub
parent 1cba5585cb
commit 75e5597025
2 changed files with 5 additions and 5 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-02-19T03:03:30Z" \
org.opencontainers.image.created="2026-03-06T14:06:08Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/metallb-speaker/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/metallb-speaker" \
@@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"metallb-speaker-0.15.3-3-linux-${OS_ARCH}-debian-12" \
"metallb-speaker-0.15.3-4-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -59,7 +59,7 @@ RUN curl -sLO "https://deb.frrouting.org/frr/pool/frr-9.1/f/frr/frr_9.1.3-0~deb1
ENV APP_VERSION="0.15.3" \
BITNAMI_APP_NAME="metallb-speaker" \
IMAGE_REVISION="7" \
IMAGE_REVISION="8" \
PATH="/opt/bitnami/metallb-speaker/bin:$PATH"
USER 1001

View File

@@ -1,7 +1,5 @@
# Bitnami Secure Image for MetalLB Speaker
## What is MetalLB Speaker?
> MetalLB is a load-balancer that allows enabling "LoadBalancer" service addresses in any bare-metal Kubernetes installation. MetalLB speaker is in charge of IP advertisement.
[Overview of MetalLB Speaker](https://metallb.universe.tf/)
@@ -58,6 +56,8 @@ docker build -t bitnami/APP:latest .
## Configuration
The following section describes how to run commands
### Running commands
To run commands inside this container you can use `docker run`, for example to execute `metallb-speaker --version` you can follow the example below: