pixelfed-cache (6a5ddcd5f474ad193e562bdccb7039ae88b0789be543871d4ea16e446fe0a563)

Published 2026-08-10 00:29:51 +02:00 by eofredj

Installation

docker pull git.desord.re/desordre/pixelfed-cache:6a5ddcd5f474ad193e562bdccb7039ae88b0789be543871d4ea16e446fe0a563
sha256:5da4beef00fcb7c2582369ceab387f37a8edd6bd634100a7e8dac7025703cf4a

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

Labels

Key Value
io.buildah.version 1.43.2