mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 07:17:59 +08:00
[bitnami/mastodon] Release 4.5.7-debian-12-r3 (#91519)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -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="2026-02-25T11:18:20Z" \
|
||||
org.opencontainers.image.created="2026-03-11T18:21:42Z" \
|
||||
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" \
|
||||
@@ -28,12 +28,12 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
||||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"node-22.22.0-1-linux-${OS_ARCH}-debian-12" \
|
||||
"python-3.14.3-5-linux-${OS_ARCH}-debian-12" \
|
||||
"node-22.22.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
"python-3.14.3-11-linux-${OS_ARCH}-debian-12" \
|
||||
"postgresql-client-18.3.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"wait-for-port-1.0.10-7-linux-${OS_ARCH}-debian-12" \
|
||||
"wait-for-port-1.0.10-8-linux-${OS_ARCH}-debian-12" \
|
||||
"redis-client-8.6.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
"ruby-3.4.8-3-linux-${OS_ARCH}-debian-12" \
|
||||
"ruby-3.4.9-0-linux-${OS_ARCH}-debian-12" \
|
||||
"mastodon-4.5.7-1-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -54,7 +54,7 @@ COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/mastodon/postunpack.sh
|
||||
ENV APP_VERSION="4.5.7" \
|
||||
BITNAMI_APP_NAME="mastodon" \
|
||||
IMAGE_REVISION="2" \
|
||||
IMAGE_REVISION="3" \
|
||||
LD_LIBRARY_PATH="/opt/bitnami/postgresql/lib:$LD_LIBRARY_PATH" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/node/bin:/opt/bitnami/python/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/redis/bin:/opt/bitnami/ruby/bin:/opt/bitnami/mastodon/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
# Bitnami Secure Image for Mastodon
|
||||
|
||||
## What is Mastodon?
|
||||
|
||||
> Mastodon is self-hosted social network server based on ActivityPub. Written in Ruby, features real-time updates, multimedia attachments and no vendor lock-in.
|
||||
|
||||
[Overview of Mastodon](https://joinmastodon.org/)
|
||||
@@ -58,8 +56,12 @@ docker build -t bitnami/APP:latest .
|
||||
|
||||
## Configuration
|
||||
|
||||
The following section describes the supported environment variables
|
||||
|
||||
### Environment variables
|
||||
|
||||
The following tables list the main variables you can set.
|
||||
|
||||
#### Customizable environment variables
|
||||
|
||||
| Name | Description | Default Value |
|
||||
|
||||
Reference in New Issue
Block a user