pixelfed-cache (2b12a7d778bf64559a99e640a80da75a7c54d221e0e01e1e7a4740fd4a429c5c)

Published 2026-08-10 20:00:16 +02:00 by eofredj

Installation

docker pull git.desord.re/desordre/pixelfed-cache:2b12a7d778bf64559a99e640a80da75a7c54d221e0e01e1e7a4740fd4a429c5c
sha256:cc7c50107203d7b7c74ac8c03b72e673956700fd46d357322ae5daa29f7e84fa

Image layers

ADD alpine-minirootfs-3.24.0-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
/bin/sh
/bin/sh -c apk add --no-cache --upgrade binutils bzip2 ca-certificates curl git php85 php85-bcmath php85-ctype php85-curl php85-dom php85-ffi php85-fileinfo php85-iconv php85-intl php85-mbstring php85-openssl php85-pcntl php85-pdo_mysql php85-phar php85-posix php85-session php85-simplexml php85-sodium php85-tokenizer php85-xml php85-xmlreader php85-xmlwriter php85-zip tzdata unzip && ln -s /etc/php85 /etc/php
/bin/sh -c php -r "copy('https://getcomposer.org/installer', '/composer-setup.php');" && php /composer-setup.php --install-dir=/usr/local/bin --filename=composer
WORKDIR /var/www
/bin/sh -c mkdir -p /tmp/application && git clone https://github.com/pixelfed/pixelfed /tmp/application && cd /tmp/application && git archive --format=tar v0.12.7 | tar -x -C /var/www
/bin/sh -c find -type d -exec chmod 755 {} \; && find -type f -exec chmod 644 {} \; && chmod 0755 artisan
/bin/sh -c COMPOSER_ALLOW_SUPERUSER=1 COMPOSER_HOME=/tmp composer install --no-cache --no-dev --optimize-autoloader --prefer-dist --no-progress --no-interaction --no-scripts
/bin/sh -c tar cfz /application.tar.gz app bootstrap config database public resources routes storage vendor artisan composer.* server.php
ARG SUPERCRONIC_VERSION
ARG SUPERCRONIC_HASH SUPERCRONIC_VERSION
|2 SUPERCRONIC_HASH=dcb1403c188a9438c47d4bba82a9c357fc9351ce91627fb2bae627f0f5becfc4 SUPERCRONIC_VERSION=v0.2.47 /bin/sh -c curl -fsSL -o supercronic https://github.com/aptible/supercronic/releases/download/${SUPERCRONIC_VERSION}/supercronic-linux-amd64 && echo "${SUPERCRONIC_HASH} supercronic" | sha256sum -c - && mv supercronic /usr/local/bin/supercronic
ARG REMCO_VERSION SUPERCRONIC_HASH SUPERCRONIC_VERSION
ARG REMCO_HASH REMCO_VERSION SUPERCRONIC_HASH SUPERCRONIC_VERSION

Labels

Key Value
io.buildah.version 1.43.2