Block a user
repostarr-server (latest)
Published 2026-04-03 08:32:51 +02:00 by laurent
Installation
docker pull forge.dilain.com/laurent/repostarr-server:latestsha256:7ca02e66efe160b94fd7f84828ad251d500eec28c8788a26c000ddc76eb8f078
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| RUN /bin/sh -c apt-get update -qq && apt-get install -y -qq ca-certificates 7zip && rm -rf /var/lib/apt/lists/* && ln -sf /usr/bin/7zz /usr/bin/7z # buildkit |
| WORKDIR /app |
| COPY /build/repostarr-server . # buildkit |
| EXPOSE map[3003/tcp:{}] |
| CMD ["./repostarr-server" "serve" "-c" "/config/config.yml"] |