mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 15:27:48 +08:00
[bitnami/mastodon] Release 4.5.3-debian-12-r3 (#89329)
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
|
ARG TARGETARCH
|
||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||||
org.opencontainers.image.created="2025-12-16T12:39:36Z" \
|
org.opencontainers.image.created="2026-01-07T13:09:36Z" \
|
||||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
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.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.source="https://github.com/bitnami/containers/tree/main/bitnami/mastodon" \
|
||||||
@@ -33,8 +33,8 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
|||||||
"postgresql-client-18.1.0-0-linux-${OS_ARCH}-debian-12" \
|
"postgresql-client-18.1.0-0-linux-${OS_ARCH}-debian-12" \
|
||||||
"wait-for-port-1.0.10-5-linux-${OS_ARCH}-debian-12" \
|
"wait-for-port-1.0.10-5-linux-${OS_ARCH}-debian-12" \
|
||||||
"redis-client-8.4.0-0-linux-${OS_ARCH}-debian-12" \
|
"redis-client-8.4.0-0-linux-${OS_ARCH}-debian-12" \
|
||||||
"mastodon-4.5.3-0-linux-${OS_ARCH}-debian-12" \
|
"ruby-3.4.8-0-linux-${OS_ARCH}-debian-12" \
|
||||||
"ruby-3.4.7-2-linux-${OS_ARCH}-debian-12" \
|
"mastodon-4.5.3-4-linux-${OS_ARCH}-debian-12" \
|
||||||
) ; \
|
) ; \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||||
@@ -54,9 +54,9 @@ COPY rootfs /
|
|||||||
RUN /opt/bitnami/scripts/mastodon/postunpack.sh
|
RUN /opt/bitnami/scripts/mastodon/postunpack.sh
|
||||||
ENV APP_VERSION="4.5.3" \
|
ENV APP_VERSION="4.5.3" \
|
||||||
BITNAMI_APP_NAME="mastodon" \
|
BITNAMI_APP_NAME="mastodon" \
|
||||||
IMAGE_REVISION="2" \
|
IMAGE_REVISION="3" \
|
||||||
LD_LIBRARY_PATH="/opt/bitnami/common/lib:$LD_LIBRARY_PATH" \
|
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"
|
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"
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
|
|||||||
@@ -284,7 +284,7 @@ If you encountered a problem running this container, you can file an [issue](htt
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright © 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|||||||
Reference in New Issue
Block a user