docker-deluge-with-tools (0141ec63)

Published 2024-02-29 05:34:46 +00:00 by james

Installation

docker pull git.strudelline.net/cascade/docker-deluge-with-tools:0141ec63
sha256:72d14b63f08237b63e983ae4fc8e68d89ce1e7aaa33f54e1b83e23f55c9fb29d

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 /root-out/ / # buildkit
ARG BUILD_DATE
ARG VERSION
ARG MODS_VERSION=v3
ARG PKG_INST_VERSION=v1
LABEL build_version=Linuxserver.io version:- 73e35f25-ls128 Build-date:- 2024-02-24T13:29:25+00:00
LABEL maintainer=TheLamer
ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit
ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN |4 BUILD_DATE=2024-02-24T13:29:25+00:00 VERSION=73e35f25-ls128 MODS_VERSION=v3 PKG_INST_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl jq netcat-openbsd procps-ng 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 /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit
COPY root/ / # buildkit
ENTRYPOINT ["/init"]
ENV LSIO_FIRST_PARTY=true
ARG BUILD_DATE
ARG VERSION
ARG DELUGE_VERSION
LABEL build_version=Linuxserver.io version:- 2.1.1-r8-ls256 Build-date:- 2024-02-26T15:39:50+00:00
LABEL maintainer=aptalca
ENV PYTHON_EGG_CACHE=/config/plugins/.python-eggs
RUN |3 BUILD_DATE=2024-02-26T15:39:50+00:00 VERSION=2.1.1-r8-ls256 DELUGE_VERSION=2.1.1-r8 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --upgrade --virtual=build-dependencies build-base && echo "**** install packages ****" && apk add --no-cache --upgrade --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing python3 py3-future py3-geoip py3-requests p7zip && 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 "**** grab GeoIP database ****" && curl -L --retry 10 --retry-max-time 60 --retry-all-errors "https://mailfud.org/geoip-legacy/GeoIP.dat.gz" | gunzip > /usr/share/GeoIP/GeoIP.dat && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf $HOME/.cache /tmp/* # buildkit
COPY root/ / # buildkit
COPY /usr/bin/unrar-alpine /usr/bin/unrar # buildkit
EXPOSE map[58846/tcp:{} 58946/tcp:{} 58946/udp:{} 8112/tcp:{}]
VOLUME [/config]
RUN /bin/sh -c echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories # buildkit
RUN /bin/sh -c apk add ffmpeg flac cuetools shntool --no-cache --update # buildkit
COPY /sacd/sacd /bin/sacd # buildkit

Labels

Key Value
build_version Linuxserver.io version:- 2.1.1-r8-ls256 Build-date:- 2024-02-26T15:39:50+00:00
maintainer aptalca
org.opencontainers.image.authors linuxserver.io
org.opencontainers.image.created 2024-02-26T15:39:50+00: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 165e802815618b4bf211eea730086e5e6031175d
org.opencontainers.image.revision 165e802815618b4bf211eea730086e5e6031175d
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-r8-ls256
Details
Container
2024-02-29 05:34:46 +00:00
3
OCI / Docker
linux/amd64
linuxserver.io
GPL-3.0-only
94 MiB
Versions (2) View all
0141ec63 2024-02-29
main 2024-02-29