Block a user
repostarr-client (latest)
Published 2026-04-03 08:34:02 +02:00 by laurent
Installation
docker pull forge.dilain.com/laurent/repostarr-client:latestsha256:e2d00a774f0005c22d23dbf90bc4f838d1219f46972a6e3218f76666866ecdc9
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| RUN /bin/sh -c apt-get update -qq && apt-get install -y -qq ca-certificates mediainfo && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| COPY /build/repostarr-client . # buildkit |
| CMD ["./repostarr-client" "run" "-c" "/config/config.yml"] |