ttrss-cache (953bb0cf8a3b761a64b1d65259eb9c7d3f8b5c49dc7e7a630f81e0b3d02613a1)

Published 2026-08-10 00:36:12 +02:00 by eofredj

Installation

docker pull git.desord.re/desordre/ttrss-cache:953bb0cf8a3b761a64b1d65259eb9c7d3f8b5c49dc7e7a630f81e0b3d02613a1
sha256:d75e1f14643bf86c71df821525988b1a8a4afeea38a54e817b1c0fa4bbffb118

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

Labels

Key Value
io.buildah.version 1.43.2