piadeluge (latest-amd64)
Published 2022-11-10 21:45:40 +00:00 by rei-automatic
Installation
docker pull git.emunest.net/rei_oci_pub/piadeluge:latest-amd64
sha256:054febda38629edac1d3e341bf683c92a148164cd87c0f360cf248e5d60f1f4b
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:cd00d968efdf211d6ece54a2f29eed13d331f2a36f144ae2a8808dac96ecefb4 in / |
ARG BUILD_DATE |
ARG VERSION |
ARG MODS_VERSION=v3 |
LABEL build_version=Linuxserver.io version:- 21e46861-ls52 Build-date:- 2022-11-08T00:38:22-06:00 |
LABEL maintainer=TheLamer |
ADD 67183683f126bd923d1bbf876334979e150f8166b74653634c96ff37a0bdc6ce 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-11-08T00:38:22-06:00 MODS_VERSION=v3 VERSION=21e46861-ls52 /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:d093e706ce58f84b0c0bc0ad7d4f53a19d9e0f82f7785a2f489fa6eee6404a2c in / |
ENTRYPOINT ["/init"] |
LABEL org.opencontainers.image.authors=linuxserver.io |
LABEL org.opencontainers.image.created=2022-11-08T00:38:22-06: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=6928d962a9737bb4fe33a3e49bd0d6a427cf0b7c |
LABEL org.opencontainers.image.revision=6928d962a9737bb4fe33a3e49bd0d6a427cf0b7c |
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=21e46861-ls52 |
ARG UNRAR_VERSION=6.1.7 |
ARG BUILD_DATE |
ARG VERSION |
ARG DELUGE_VERSION |
LABEL build_version=Linuxserver.io version:- 2.1.1-r5-ls184 Build-date:- 2022-11-08T21:47:33-06:00 |
LABEL maintainer=aptalca |
ENV PYTHON_EGG_CACHE=/config/plugins/.python-eggs |
|4 BUILD_DATE=2022-11-08T21:47:33-06:00 DELUGE_VERSION=2.1.1-r5 UNRAR_VERSION=6.1.7 VERSION=2.1.1-r5-ls184 /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-11-08T21:47:33-06: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=e8e5c3f8aabd058caca6325bf1512c5930c311e6 |
LABEL org.opencontainers.image.revision=e8e5c3f8aabd058caca6325bf1512c5930c311e6 |
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-r5-ls184 |
VOLUME [/config] |
VOLUME [/downloads] |
/bin/sh -c apk add bash curl jq sudo iputils openvpn && rm -rf /tmp/* /var/tmp/* |
COPY dir:da495e977b60323e439e52c868cbc30ac07bdfa9a6638e49929450ddfe3aa61b in / |
ENV PIA_SERVER=auto MAX_LATENCY=0.05 PIA_USER= PIA_PASS= PIA_MODE=openvpn_udp_standard |
HEALTHCHECK &{["CMD-SHELL" "curl -L -f https://ifconfig.co || exit 1"] "1h0m0s" "10s" "5s" '\x03'} |
EXPOSE 58846 8112 |
LABEL org.opencontainers.image.created=2022-11-10T21:44:13Z |
LABEL org.opencontainers.image.revision=b610c7f0be7ed995817cdbb517582ea8e12b5767 |
LABEL org.opencontainers.image.source=https://git.emunest.net/reivilibre/custom_docker_deluge_pia.git |
LABEL org.opencontainers.image.url=https://git.emunest.net/reivilibre/custom_docker_deluge_pia |
Labels
Key | Value |
---|---|
build_version | Linuxserver.io version:- 2.1.1-r5-ls184 Build-date:- 2022-11-08T21:47:33-06:00 |
maintainer | aptalca |
org.opencontainers.image.authors | linuxserver.io |
org.opencontainers.image.created | 2022-11-10T21:44:13Z |
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 | e8e5c3f8aabd058caca6325bf1512c5930c311e6 |
org.opencontainers.image.revision | b610c7f0be7ed995817cdbb517582ea8e12b5767 |
org.opencontainers.image.source | https://git.emunest.net/reivilibre/custom_docker_deluge_pia.git |
org.opencontainers.image.title | Deluge |
org.opencontainers.image.url | https://git.emunest.net/reivilibre/custom_docker_deluge_pia |
org.opencontainers.image.vendor | linuxserver.io |
org.opencontainers.image.version | 2.1.1-r5-ls184 |
Details
2022-11-10 21:45:40 +00:00
Versions (1)
View all
Container
12
OCI / Docker
linux/amd64
linuxserver.io
GPL-3.0-only
61 MiB
latest-amd64
2022-11-10