mirror of
https://github.com/bitnami/containers.git
synced 2026-02-15 00:57:23 +08:00
[bitnami/mastodon] Release 4.1.3-debian-11-r0 (#40159)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,13 +6,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-07-06T11:27:03Z" \
|
||||
org.opencontainers.image.created="2023-07-06T16:50:27Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="4.1.2-debian-11-r33" \
|
||||
org.opencontainers.image.ref.name="4.1.3-debian-11-r0" \
|
||||
org.opencontainers.image.title="mastodon" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="4.1.2"
|
||||
org.opencontainers.image.version="4.1.3"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -31,7 +31,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
"redis-client-7.0.11-1-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-15.3.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"node-16.20.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"mastodon-4.1.2-4-linux-${OS_ARCH}-debian-11" \
|
||||
"mastodon-4.1.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -48,7 +48,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/mastodon/postunpack.sh
|
||||
ENV APP_VERSION="4.1.2" \
|
||||
ENV APP_VERSION="4.1.3" \
|
||||
BITNAMI_APP_NAME="mastodon" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:/opt/bitnami/ruby/bin:/opt/bitnami/redis/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/node/bin:/opt/bitnami/mastodon/bin:$PATH"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.1.2-4"
|
||||
"version": "4.1.3-0"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "4"
|
||||
- 4-debian-11
|
||||
- 4.1.2
|
||||
- 4.1.3
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user