From 85ba19e24150e357e528c85c7c2d36baccfe9b5a Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 7 Oct 2025 04:07:36 +0200 Subject: [PATCH] [bitnami/metallb-speaker] Release 0.15.2-debian-12-r9 (#86933) Signed-off-by: Bitnami Bot --- bitnami/metallb-speaker/0/debian-12/Dockerfile | 4 ++-- bitnami/metallb-speaker/README.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bitnami/metallb-speaker/0/debian-12/Dockerfile b/bitnami/metallb-speaker/0/debian-12/Dockerfile index d814ad3e8851..bf763060a518 100644 --- a/bitnami/metallb-speaker/0/debian-12/Dockerfile +++ b/bitnami/metallb-speaker/0/debian-12/Dockerfile @@ -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-09-07T01:40:02Z" \ + org.opencontainers.image.created="2025-10-07T01:57:57Z" \ 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" \ @@ -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.2" \ BITNAMI_APP_NAME="metallb-speaker" \ - IMAGE_REVISION="8" \ + IMAGE_REVISION="9" \ PATH="/opt/bitnami/metallb-speaker/bin:$PATH" USER 1001 diff --git a/bitnami/metallb-speaker/README.md b/bitnami/metallb-speaker/README.md index 2b5fa4007240..636d2dc6832e 100644 --- a/bitnami/metallb-speaker/README.md +++ b/bitnami/metallb-speaker/README.md @@ -77,6 +77,12 @@ docker run --rm --name metallb-speaker bitnami/metallb-speaker:latest -- --versi Consult the [metallb Reference Documentation](https://metallb.universe.tf/configuration/) to find the available configuration parameters. Note that this container is expected to be used in a Kubernetes cluster. +### FIPS configuration in Bitnami Secure Images + +The Bitnami MetalLB Speaker Docker image from the [Bitnami Secure Images](https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables: + +- `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`. + ## Notable Changes ### Starting January 16, 2024