ttrss-cache (0cce86e4c154e505cb913a1cc566786a3d7ff15c467f0735e490bf29eb74d1cb)

Published 2026-08-10 00:38:05 +02:00 by eofredj

Installation

docker pull git.desord.re/desordre/ttrss-cache:0cce86e4c154e505cb913a1cc566786a3d7ff15c467f0735e490bf29eb74d1cb
sha256:6efc7393736f503bf751eb6af1e1cac76c021deafd87fde115aa679297f5b3ff

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