linux-iso-seeder (sha256:e092f4d3c5d4b18a4b62b678d726c2b10d099e03e024b365f6e6ad98f6f6524b)

Published 2026-05-01 02:08:41 +02:00 by Laborratte5 in Laborratte5/linux-iso-seeder

Installation

docker pull git.ratte.dev/laborratte5/linux-iso-seeder@sha256:e092f4d3c5d4b18a4b62b678d726c2b10d099e03e024b365f6e6ad98f6f6524b
sha256:e092f4d3c5d4b18a4b62b678d726c2b10d099e03e024b365f6e6ad98f6f6524b

Image layers

ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL org.opencontainers.image.source=https://github.com/squazz/linux-iso-seeder
RUN /bin/sh -c apk update && apk add --no-cache transmission-daemon curl wget python3 py3-pip py3-requests py3-beautifulsoup4 py3-transmission-rpc # buildkit
COPY fetch_torrents.py /usr/local/bin/fetch_torrents.py # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/fetch_torrents.py # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
EXPOSE [51413/tcp 9091/tcp]
RUN /bin/sh -c mkdir -p /config /downloads /watch /logs # buildkit
VOLUME [/config /downloads /watch /logs]
ENTRYPOINT ["/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.source https://github.com/squazz/linux-iso-seeder
Details
Container
2026-05-01 02:08:41 +02:00
0
OCI / Docker
linux/amd64
33 MiB
Versions (8) View all
a33b8a1-2026-05-01 2026-05-01
latest 2026-05-01
a33b8a1-2026-04-01 2026-04-01
a33b8a1-2026-03-02 2026-03-02
a33b8a1-2026-02-12 2026-02-12