[bitnami/mastodon] Release 4.2.6-debian-11-r0 (#60446)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
4e8b785bc6
commit
6908864aa1
|
|
@ -7,13 +7,13 @@ 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-02-14T10:35:47Z" \
|
||||
org.opencontainers.image.created="2024-02-14T19:56:43Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="4.2.5-debian-11-r10" \
|
||||
org.opencontainers.image.ref.name="4.2.6-debian-11-r0" \
|
||||
org.opencontainers.image.title="mastodon" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="4.2.5"
|
||||
org.opencontainers.image.version="4.2.6"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -31,8 +31,8 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
|||
"ruby-3.0.6-10-linux-${OS_ARCH}-debian-11" \
|
||||
"redis-client-7.0.15-1-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-16.2.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"node-18.19.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"mastodon-4.2.5-0-linux-${OS_ARCH}-debian-11" \
|
||||
"node-18.19.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"mastodon-4.2.6-0-linux-${OS_ARCH}-debian-11" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -50,7 +50,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/mastodon/postunpack.sh
|
||||
ENV APP_VERSION="4.2.5" \
|
||||
ENV APP_VERSION="4.2.6" \
|
||||
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,13 +3,13 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.2.5-0"
|
||||
"version": "4.2.6-0"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "18.19.0-1"
|
||||
"version": "18.19.1-0"
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "4"
|
||||
- 4-debian-11
|
||||
- 4.2.5
|
||||
- 4.2.6
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue