[bitnami/mastodon] Release 4.4.5-debian-12-r2 (#86338)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
69fb01ee06
commit
38ff6ef5f4
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue