diff --git a/bitnami/mastodon/4/debian-12/Dockerfile b/bitnami/mastodon/4/debian-12/Dockerfile index 39b21b95715a..1dbc52158d3f 100644 --- a/bitnami/mastodon/4/debian-12/Dockerfile +++ b/bitnami/mastodon/4/debian-12/Dockerfile @@ -3,19 +3,20 @@ FROM docker.io/bitnami/minideb:bookworm +ARG DOWNLOADS_URL ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2024-10-04T06:37:17Z" \ + org.opencontainers.image.created="2024-10-16T14:32:16Z" \ 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.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="4.2.13-debian-12-r1" \ + org.opencontainers.image.ref.name="4.3.0-debian-12-r0" \ 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.2.13" + org.opencontainers.image.version="4.3.0" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -34,12 +35,12 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ "redis-client-7.4.1-0-linux-${OS_ARCH}-debian-12" \ "postgresql-client-17.0.0-0-linux-${OS_ARCH}-debian-12" \ "node-20.18.0-0-linux-${OS_ARCH}-debian-12" \ - "mastodon-4.2.13-0-linux-${OS_ARCH}-debian-12" \ + "mastodon-4.3.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ - curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz" -O ; \ - curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256" -O ; \ + curl -SsLf "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz" -O ; \ + curl -SsLf "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256" -O ; \ fi ; \ sha256sum -c "${COMPONENT}.tar.gz.sha256" ; \ tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; \ @@ -52,7 +53,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.13" \ +ENV APP_VERSION="4.3.0" \ 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" diff --git a/bitnami/mastodon/4/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/mastodon/4/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json index 5bd6c2316978..d93bf2e13c22 100644 --- a/bitnami/mastodon/4/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/mastodon/4/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json @@ -3,7 +3,7 @@ "arch": "amd64", "distro": "debian-12", "type": "NAMI", - "version": "4.2.13-0" + "version": "4.3.0-0" }, "node": { "arch": "amd64", diff --git a/bitnami/mastodon/4/debian-12/tags-info.yaml b/bitnami/mastodon/4/debian-12/tags-info.yaml index 2ebd53894efc..6e9631815347 100644 --- a/bitnami/mastodon/4/debian-12/tags-info.yaml +++ b/bitnami/mastodon/4/debian-12/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "4" - 4-debian-12 -- 4.2.13 +- 4.3.0 - latest