[bitnami/mastodon] Release 4.4.8-debian-12-r0 (#87839)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-10-21 18:46:11 +02:00 committed by GitHub
parent b4f1cfd12a
commit 0d4083546f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -7,13 +7,13 @@ 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-10-17T15:00:03Z" \
org.opencontainers.image.created="2025-10-21T15:54:28Z" \
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" \
org.opencontainers.image.title="mastodon" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="4.4.7"
org.opencontainers.image.version="4.4.8"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -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.20.0-0-linux-${OS_ARCH}-debian-12" \
"node-22.21.0-0-linux-${OS_ARCH}-debian-12" \
"python-3.14.0-4-linux-${OS_ARCH}-debian-12" \
"postgresql-client-18.0.0-0-linux-${OS_ARCH}-debian-12" \
"wait-for-port-1.0.10-3-linux-${OS_ARCH}-debian-12" \
"redis-client-8.2.2-0-linux-${OS_ARCH}-debian-12" \
"mastodon-4.4.7-1-linux-${OS_ARCH}-debian-12" \
"mastodon-4.4.8-0-linux-${OS_ARCH}-debian-12" \
"ruby-3.4.7-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
@ -52,9 +52,9 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
COPY rootfs /
RUN /opt/bitnami/scripts/mastodon/postunpack.sh
ENV APP_VERSION="4.4.7" \
ENV APP_VERSION="4.4.8" \
BITNAMI_APP_NAME="mastodon" \
IMAGE_REVISION="10" \
IMAGE_REVISION="0" \
LD_LIBRARY_PATH="/opt/bitnami/common/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/mastodon/bin:/opt/bitnami/ruby/bin:$PATH"