ttrss-cache (6132c651fcf2f1593c28ef2173c82b6c9a77f451f1f721f53e3b35d7c05d0f59)

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

Installation

docker pull git.desord.re/desordre/ttrss-cache:6132c651fcf2f1593c28ef2173c82b6c9a77f451f1f721f53e3b35d7c05d0f59
sha256:26104ddd0157a3c9cd8f3eea461ada8349c031e7da6aeb56e59b76ee419f3d7f

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 ca-certificates curl git
WORKDIR /build
/bin/sh -c git clone https://github.com/tt-rss/tt-rss /tmp/tt-rss && cd /tmp/tt-rss && git archive --format=tar f0d6de8c0be610583993e3c1e75a40bbb6fc6ffa | tar x -C /build
/bin/sh -c mkdir -p /tmp/auth_oidc /build/plugins.local/auth_oidc && sleep 20 && git clone https://github.com/tt-rss/tt-rss-plugin-auth-oidc /tmp/auth_oidc && cd /tmp/auth_oidc && git archive --format=tar main | tar x -C /build/plugins.local/auth_oidc
/bin/sh -c mkdir -p /tmp/data_migration /build/plugins.local/data_migration && sleep 20 && git clone https://github.com/tt-rss/tt-rss-plugin-data-migration /tmp/data_migration && cd /tmp/data_migration && git archive --format=tar main | tar x -C /build/plugins.local/data_migration
/bin/sh -c mkdir -p /tmp/prefs_effective_config /build/plugins.local/prefs_effective_config && sleep 20 && git clone https://github.com/tt-rss/tt-rss-plugin-prefs-effective-config /tmp/prefs_effective_config && cd /tmp/prefs_effective_config && git archive --format=tar main | tar x -C /build/plugins.local/prefs_effective_config
/bin/sh -c mkdir -p /tmp/ttrss_nginx_xaccel /build/plugins.local/ttrss_nginx_xaccel && sleep 20 && git clone https://github.com/tt-rss/tt-rss-plugin-nginx-xaccel /tmp/ttrss_nginx_xaccel && cd /tmp/ttrss_nginx_xaccel && git archive --format=tar main | tar x -C /build/plugins.local/ttrss_nginx_xaccel
/bin/sh -c tar cfz /application.tar.gz api cache classes images include js lib locale lock plugins plugins.local schema sql templates templates.local themes themes.local utils vendor backend.php index.php prefs.php public.php rector.php update.php update_daemon2.php

Labels

Key Value
io.buildah.version 1.43.2