From 5b234617954886269a86381aba13b0c94ec440db Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 7 Oct 2025 05:13:17 +0200 Subject: [PATCH] [bitnami/seaweedfs] Release 3.97.0-debian-12-r3 (#86959) Signed-off-by: Bitnami Bot --- bitnami/seaweedfs/3/debian-12/Dockerfile | 4 ++-- bitnami/seaweedfs/README.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bitnami/seaweedfs/3/debian-12/Dockerfile b/bitnami/seaweedfs/3/debian-12/Dockerfile index 4bd8138a5072..6f838865282c 100644 --- a/bitnami/seaweedfs/3/debian-12/Dockerfile +++ b/bitnami/seaweedfs/3/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-07T02:40:39Z" \ + org.opencontainers.image.created="2025-10-07T03:03:37Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/seaweedfs/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/seaweedfs" \ @@ -48,7 +48,7 @@ RUN uninstall_packages curl ENV APP_VERSION="3.97.0" \ BITNAMI_APP_NAME="seaweedfs" \ - IMAGE_REVISION="2" \ + IMAGE_REVISION="3" \ PATH="/opt/bitnami/seaweedfs/bin:$PATH" EXPOSE 8080 8333 8888 9327 9333 18080 18333 18888 19333 diff --git a/bitnami/seaweedfs/README.md b/bitnami/seaweedfs/README.md index 57ae78ed52b5..f6d92fce8ce8 100644 --- a/bitnami/seaweedfs/README.md +++ b/bitnami/seaweedfs/README.md @@ -81,6 +81,12 @@ docker run --rm --name seaweedfs bitnami/seaweedfs:latest help Check the [official SeaweedFS documentation](https://seaweedfs.github.io) for more information. +### FIPS configuration in Bitnami Secure Images + +The Bitnami SeaweedFS 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 ## Contributing