Block a user
docker-rtorrent-rutorrent (latest)
Published 2025-03-23 12:26:30 -07:00 by chris
Installation
docker pull gitea-komodo.tremendousturtle.tools/chris/docker-rtorrent-rutorrent:latestsha256:a188c34bbc9f7afba9c5ceecc7f64b129c92c7094a1d1c628037d406f6732ae0
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 652afd5147 | linux/amd64 | 140 MiB |
| 5393062493 | linux/arm64 | 140 MiB |
Image Layers ( linux/arm64)
| ADD alpine-minirootfs-3.21.2-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG DIST_PATH=/dist |
| COPY /dist / # buildkit |
| RUN |1 DIST_PATH=/dist /bin/sh -c apk --update --no-cache add bearssl && s6-rmrf /tmp/* # buildkit |
| ENTRYPOINT ["/init"] |
| COPY /dist / # buildkit |
| COPY --chown=nobody:nogroup /src /var/www/rutorrent # buildkit |
| COPY --chown=nobody:nogroup /src /var/www/rutorrent/plugins/geoip2 # buildkit |
| COPY /src /var/mmdb # buildkit |
| ENV PYTHONPATH=:/var/www/rutorrent S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_KILL_GRACETIME=10000 TZ=UTC PUID=1000 PGID=1000 |
| RUN /bin/sh -c echo "net.core.rmem_max = 67108864" >> /etc/sysctl.conf && echo "net.core.wmem_max = 67108864" >> /etc/sysctl.conf && sysctl -p # buildkit |
| RUN /bin/sh -c echo "@314 http://dl-cdn.alpinelinux.org/alpine/v3.14/main" >> /etc/apk/repositories && echo "@320 http://dl-cdn.alpinelinux.org/alpine/v3.20/main" >> /etc/apk/repositories && apk --update --no-cache add unrar@314 dhclient@320 # buildkit |
| RUN /bin/sh -c apk --update --no-cache add apache2-utils bash bind-tools binutils brotli ca-certificates coreutils ffmpeg findutils geoip grep gzip libstdc++ mediainfo ncurses nginx nginx-mod-http-dav-ext nginx-mod-http-geoip2 openssl php83 php83-bcmath php83-ctype php83-curl php83-dom php83-fileinfo php83-fpm php83-mbstring php83-openssl php83-phar php83-posix php83-session php83-sockets php83-xml php83-zip python3 py3-pip shadow sox tar tzdata udns unzip util-linux zip && pip3 install --upgrade --break-system-packages pip && pip3 install --break-system-packages cfscrape cloudscraper && addgroup -g ${PGID} rtorrent && adduser -D -H -u ${PUID} -G rtorrent -s /bin/sh rtorrent && curl --version && rm -rf /tmp/* # buildkit |
| COPY rootfs / # buildkit |
| VOLUME [/data /media/junk /passwd] |
| ENTRYPOINT ["/init"] |
| HEALTHCHECK &{["CMD-SHELL" "/usr/local/bin/healthcheck"] "30s" "20s" "10s" "0s" '\x00'} |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2025-03-23T19:25:40.061Z |
| org.opencontainers.image.description | rTorrent and ruTorrent |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | b13bbbdc0d979e84211c897787031d558746fa7f |
| org.opencontainers.image.source | https://gitea.tremendousturtle.tools/chris/docker-rtorrent-rutorrent |
| org.opencontainers.image.title | rTorrent and ruTorrent |
| org.opencontainers.image.url | https://gitea.tremendousturtle.tools/chris/docker-rtorrent-rutorrent |
| org.opencontainers.image.vendor | Chris |
| org.opencontainers.image.version | 5.1.5-7.3 |