[bitnami/mastodon] Release 4.2.4-debian-11-r2 (#55788)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
a2951cbd04
commit
ebf59ec7bd
|
|
@ -7,10 +7,10 @@ ARG TARGETARCH
|
|||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2024-01-30T02:19:37Z" \
|
||||
org.opencontainers.image.created="2024-01-31T02:27:21Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="4.2.4-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="4.2.4-debian-11-r2" \
|
||||
org.opencontainers.image.title="mastodon" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="4.2.4"
|
||||
|
|
@ -27,12 +27,12 @@ RUN install_packages acl ca-certificates curl ffmpeg file imagemagick libbrotli1
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
||||
COMPONENTS=( \
|
||||
"python-3.11.7-2-linux-${OS_ARCH}-debian-11" \
|
||||
"wait-for-port-1.0.7-6-linux-${OS_ARCH}-debian-11" \
|
||||
"wait-for-port-1.0.7-7-linux-${OS_ARCH}-debian-11" \
|
||||
"ruby-3.0.6-9-linux-${OS_ARCH}-debian-11" \
|
||||
"redis-client-7.0.15-0-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-16.1.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"node-18.19.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"mastodon-4.2.4-0-linux-${OS_ARCH}-debian-11" \
|
||||
"node-18.19.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"mastodon-4.2.4-1-linux-${OS_ARCH}-debian-11" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -3,13 +3,13 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.2.4-0"
|
||||
"version": "4.2.4-1"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "18.19.0-0"
|
||||
"version": "18.19.0-1"
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
|
|
@ -39,6 +39,6 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.7-6"
|
||||
"version": "1.0.7-7"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue