From 38ff6ef5f4186bbac3a6e3035256a681e7a44b9f Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 25 Sep 2025 16:59:26 +0200 Subject: [PATCH] [bitnami/mastodon] Release 4.4.5-debian-12-r2 (#86338) Signed-off-by: Bitnami Bot --- bitnami/mastodon/4/debian-12/Dockerfile | 6 +++--- bitnami/mastodon/README.md | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/bitnami/mastodon/4/debian-12/Dockerfile b/bitnami/mastodon/4/debian-12/Dockerfile index eb50751f6709..5ba27fcd2286 100644 --- a/bitnami/mastodon/4/debian-12/Dockerfile +++ b/bitnami/mastodon/4/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-23T16:52:42Z" \ + org.opencontainers.image.created="2025-09-25T14:08:49Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/mastodon/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mastodon" \ @@ -32,7 +32,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ "wait-for-port-1.0.10-1-linux-${OS_ARCH}-debian-12" \ "ruby-3.4.6-0-linux-${OS_ARCH}-debian-12" \ "redis-client-8.2.1-0-linux-${OS_ARCH}-debian-12" \ - "postgresql-client-17.6.0-0-linux-${OS_ARCH}-debian-12" \ + "postgresql-client-18.0.0-0-linux-${OS_ARCH}-debian-12" \ "node-22.19.0-0-linux-${OS_ARCH}-debian-12" \ "mastodon-4.4.5-1-linux-${OS_ARCH}-debian-12" \ ) ; \ @@ -54,7 +54,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/mastodon/postunpack.sh ENV APP_VERSION="4.4.5" \ BITNAMI_APP_NAME="mastodon" \ - IMAGE_REVISION="1" \ + IMAGE_REVISION="2" \ LD_LIBRARY_PATH="/opt/bitnami/common/lib:$LD_LIBRARY_PATH" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/python/bin:/opt/bitnami/ruby/bin:/opt/bitnami/redis/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/node/bin:/opt/bitnami/mastodon/bin:$PATH" diff --git a/bitnami/mastodon/README.md b/bitnami/mastodon/README.md index a1087f8d43b3..918d8bdf25b7 100644 --- a/bitnami/mastodon/README.md +++ b/bitnami/mastodon/README.md @@ -251,6 +251,12 @@ The Bitnami Mastodon container supports connecting the Mastodon application to a bitnami/mastodon:latest ``` +### FIPS configuration in Bitnami Secure Images + +The Bitnami Mastodon 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`. + ## Logging The Bitnami Mastodon Docker image sends the container logs to `stdout`. To view the logs: