linuxserver-deluge (latest)
Published 2022-10-16 00:55:19 +02:00 by PeterCxy
Installation
docker pull gitea.angry.im/petercxy/linuxserver-deluge:latest
sha256:891d229f92d40a4b9770f62704d9484a7748742285a04f36ee449c0cdc7ca94e
About this package
[Deluge](http://deluge-torrent.org/) is a lightweight, Free Software, cross-platform BitTorrent client. * Full Encryption * WebUI * Plugin System * Much more...
Image Layers
COPY dir:f9455149d18d1b21984eeb0722e6d3f9502ee7c135e236cb946be37e2cda2b3b in / |
ARG BUILD_DATE |
ARG VERSION |
ARG MODS_VERSION=v3 |
LABEL build_version=Linuxserver.io version:- eff59a71-ls46 Build-date:- 2022-10-11T01:57:07-05:00 |
LABEL maintainer=TheLamer |
ADD 55d5f6f8d6a262378879fc62d30c0846580f591fa166bdea3205bf77efc613eb in /docker-mods |
ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods |
|3 BUILD_DATE=2022-10-11T01:57:07-05:00 MODS_VERSION=v3 VERSION=eff59a71-ls46 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl jq procps shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && chmod +x /docker-mods && echo "**** cleanup ****" && rm -rf /tmp/* |
COPY dir:aeefa113cd86cf19ad328edc9c25ff0386da36226ea45ef200aad5741971cb1d in / |
ENTRYPOINT ["/init"] |
LABEL org.opencontainers.image.authors=linuxserver.io |
LABEL org.opencontainers.image.created=2022-10-11T01:57:07-05:00 |
LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io |
LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine |
LABEL org.opencontainers.image.licenses=GPL-3.0-only |
LABEL org.opencontainers.image.ref.name=f58926b68c3208175d2f8b8df471948c4cf61437 |
LABEL org.opencontainers.image.revision=f58926b68c3208175d2f8b8df471948c4cf61437 |
LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine |
LABEL org.opencontainers.image.title=Baseimage-alpine |
LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages |
LABEL org.opencontainers.image.vendor=linuxserver.io |
LABEL org.opencontainers.image.version=eff59a71-ls46 |
ARG UNRAR_VERSION=6.1.7 |
ARG BUILD_DATE |
ARG VERSION |
ARG DELUGE_VERSION |
LABEL build_version=Linuxserver.io version:- 2.1.1-r2-ls177 Build-date:- 2022-10-12T06:12:55+02:00 |
LABEL maintainer=aptalca |
ENV PYTHON_EGG_CACHE=/config/plugins/.python-eggs |
|4 BUILD_DATE=2022-10-12T06:12:55+02:00 DELUGE_VERSION=2.1.1-r2 UNRAR_VERSION=6.1.7 VERSION=2.1.1-r2-ls177 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --upgrade --virtual=build-dependencies make g++ gcc geoip-dev python3-dev && echo "**** install packages ****" && apk add --no-cache curl geoip py3-pip python3 p7zip unzip && echo "**** install unrar from source ****" && mkdir /tmp/unrar && curl -o /tmp/unrar.tar.gz -L "https://www.rarlab.com/rar/unrarsrc-${UNRAR_VERSION}.tar.gz" && tar xf /tmp/unrar.tar.gz -C /tmp/unrar --strip-components=1 && cd /tmp/unrar && make && install -v -m755 unrar /usr/local/bin && if [ -z ${DELUGE_VERSION+x} ]; then DELUGE_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:deluge$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add -U --upgrade --no-cache deluge==${DELUGE_VERSION} && echo "**** install python packages ****" && pip3 install --no-cache-dir -U pip && pip install --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine/ future GeoIP requests && echo "**** grab GeoIP database ****" && curl -o /usr/share/GeoIP/GeoIP.dat -L "https://ipfs.infura.io/ipfs/QmWTWcPRRbADZcLcJeANZmcJZNrcpmuQgKYBi6hGdddtC6" && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/* |
COPY dir:a6bd793269152d9fe4686af841f791cee741ca132d58c78734f348449c6c51aa in / |
EXPOSE 58846 58946 58946/udp 8112 |
VOLUME [/config] |
LABEL org.opencontainers.image.authors=linuxserver.io |
LABEL org.opencontainers.image.created=2022-10-12T06:12:55+02:00 |
LABEL org.opencontainers.image.description=[Deluge](http://deluge-torrent.org/) is a lightweight, Free Software, cross-platform BitTorrent client. * Full Encryption * WebUI * Plugin System * Much more... |
LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-deluge |
LABEL org.opencontainers.image.licenses=GPL-3.0-only |
LABEL org.opencontainers.image.ref.name=d3b0af5b13530fab2d41508cbe807314034f233c |
LABEL org.opencontainers.image.revision=d3b0af5b13530fab2d41508cbe807314034f233c |
LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-deluge |
LABEL org.opencontainers.image.title=Deluge |
LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-deluge/packages |
LABEL org.opencontainers.image.vendor=linuxserver.io |
LABEL org.opencontainers.image.version=2.1.1-r2-ls177 |
/bin/sh -c apk add --no-cache libcap-utils && setcap cap_net_bind_service=+ep $(realpath /usr/bin/python3) |
Labels
Key | Value |
---|---|
build_version | Linuxserver.io version:- 2.1.1-r2-ls177 Build-date:- 2022-10-12T06:12:55+02:00 |
maintainer | aptalca |
org.opencontainers.image.authors | linuxserver.io |
org.opencontainers.image.created | 2022-10-12T06:12:55+02:00 |
org.opencontainers.image.description | [Deluge](http://deluge-torrent.org/) is a lightweight, Free Software, cross-platform BitTorrent client. * Full Encryption * WebUI * Plugin System * Much more... |
org.opencontainers.image.documentation | https://docs.linuxserver.io/images/docker-deluge |
org.opencontainers.image.licenses | GPL-3.0-only |
org.opencontainers.image.ref.name | d3b0af5b13530fab2d41508cbe807314034f233c |
org.opencontainers.image.revision | d3b0af5b13530fab2d41508cbe807314034f233c |
org.opencontainers.image.source | https://github.com/linuxserver/docker-deluge |
org.opencontainers.image.title | Deluge |
org.opencontainers.image.url | https://github.com/linuxserver/docker-deluge/packages |
org.opencontainers.image.vendor | linuxserver.io |
org.opencontainers.image.version | 2.1.1-r2-ls177 |