pixelfed-cache (aceac535f58f0245963da49cde870d93605e9f4eea3cb69adff548ec71e96185)

Published 2026-08-10 19:58:00 +02:00 by eofredj

Installation

docker pull git.desord.re/desordre/pixelfed-cache:aceac535f58f0245963da49cde870d93605e9f4eea3cb69adff548ec71e96185
sha256:af215be67f3ab52b5e6926162a99b6dff797da238ee4ec0916e4b9dce1d1e2e0

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

Labels

Key Value
io.buildah.version 1.43.2