[bitnami/seaweedfs] Release 3.97.0-debian-12-r3 (#86959)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-10-07 05:13:17 +02:00
committed by GitHub
parent 4024eafc0e
commit 5b23461795
2 changed files with 8 additions and 2 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="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

View File

@@ -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