Namespace
linuxserver
Image / Tag
qbittorrent:41
Content Digest
sha256:3ef7f3e325515e11c5863d355b399bee988eabf4378807234bd06d0fae736b34
Details
Created

2017-12-01 20:59:33 UTC

Size

36.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 41 Build-date:- December-01-2017-20:52:39-UTC

Environment
HOME

/config

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)$

TERM

xterm

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/config


Layers

[#000] sha256:2a1b21d1688dacdc7bfd6beac7e29b4a8b8feec45c83eaf6a15f061fd10344d5 - 5.55% (2.01 MB)

[#001] sha256:25200d26c116f9c808c13a50311c637599a24178601597552edda908f6b8ff86 - 18.27% (6.62 MB)

[#002] sha256:b7851c471e0290177866e9bc0bb1f28394e673c26139b0fd694ccd1467529513 - 0.0% (445 Bytes)

[#003] sha256:d43ed1b20c2104e227ee62ffa804261ade3e80719b8a622549638c911b8def08 - 0.0% (398 Bytes)

[#004] sha256:5da2ed19421f28ff97f3416d739ae3aea37f87ffc2800453b9effc26762fab2c - 76.17% (27.6 MB)

[#005] sha256:697f608ad1e2b800c1e721e35516ae7f89d9a0de8ebf3b2c6a39f59ad56abfc0 - 0.0% (671 Bytes)


History
2017-11-24 23:51:40 UTC

/bin/sh -c #(nop) ADD file:7b60c3ff0dee611fc871724ef08be83503a13fb55e6603aec4b0dfe8c39cd5bc in /

2017-11-24 23:51:40 UTC

/bin/sh -c #(nop) MAINTAINER sparklyballs

2017-11-24 23:51:41 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.19.1.1

2017-11-24 23:51:42 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64

2017-11-24 23:51:43 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm

2017-11-24 23:51:51 UTC

|2 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.19.1.1 /bin/sh -c apk add --no-cache --virtual=build-dependencies curl tar && apk add --no-cache bash ca-certificates coreutils shadow tzdata && curl -o /tmp/s6-overlay.tar.gz -L "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-${OVERLAY_ARCH}.tar.gz" && tar xfz /tmp/s6-overlay.tar.gz -C / && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && apk del --purge build-dependencies && rm -rf /tmp/*

2017-11-24 23:51:52 UTC

/bin/sh -c #(nop) COPY dir:6052e0df7ed9d37656d0a89cdffae261be917ae6e6bfa2c89b73df05a701a60a in /

2017-11-24 23:51:52 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2017-12-01 20:52:43 UTC

/bin/sh -c #(nop) MAINTAINER sparklyballs

2017-12-01 20:52:44 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2017-12-01 20:52:45 UTC

/bin/sh -c #(nop) ARG VERSION

2017-12-01 20:52:45 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 41 Build-date:- December-01-2017-20:52:39-UTC

2017-12-01 20:52:46 UTC

/bin/sh -c #(nop) ARG QBITTORRENT_VER=4.0.2

2017-12-01 20:52:47 UTC

/bin/sh -c #(nop) ARG RASTERBAR_VER=1.1.5

2017-12-01 20:52:48 UTC

/bin/sh -c #(nop) ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config

2017-12-01 20:52:48 UTC

/bin/sh -c #(nop) COPY dir:7fb4bfd3bda6a848c5b98c0f3e6860c19901289523f5b9e2bacc683e2849ad47 in /tmp/patches

2017-12-01 20:59:31 UTC

|4 BUILD_DATE=December-01-2017-20:52:39-UTC QBITTORRENT_VER=4.0.2 RASTERBAR_VER=1.1.5 VERSION=41 /bin/sh -c apk add --no-cache --virtual=build-dependencies autoconf automake boost-dev cmake curl file g++ geoip-dev git libtool make qt5-qttools-dev && apk add --no-cache boost-system boost-thread ca-certificates geoip qt5-qtbase unrar && git clone https://github.com/arvidn/libtorrent.git /tmp/libtorrent && cd /tmp/libtorrent && RASTERBAR_REALVER=${RASTERBAR_VER//./_} && git checkout "libtorrent-${RASTERBAR_REALVER}" && ./autotool.sh && ./configure --disable-debug --enable-encryption --prefix=/usr && set -ex && CPU_CORES=$( < /proc/cpuinfo grep -c processor ) || echo "failed cpu look up" && if echo $CPU_CORES | grep -E -q '^[0-9]+$'; then : ; if [ "$CPU_CORES" -gt 7 ]; then CPU_CORES=$(( CPU_CORES - 3 )); elif [ "$CPU_CORES" -gt 5 ]; then CPU_CORES=$(( CPU_CORES - 2 )); elif [ "$CPU_CORES" -gt 3 ]; then CPU_CORES=$(( CPU_CORES - 1 )); fi else CPU_CORES="1"; fi && make -j $CPU_CORES && make install && strip --strip-unneeded /usr/lib/libtorrent-rasterbar.so* /usr/lib/libtorrent-rasterbar.a* && mkdir -p /tmp/qbittorrent-src && curl -o /tmp/bittorrent.tar.gz -L "https://github.com/qbittorrent/qBittorrent/archive/release-${QBITTORRENT_VER}.tar.gz" && tar xf /tmp/bittorrent.tar.gz -C /tmp/qbittorrent-src --strip-components=1 && cd /tmp/qbittorrent-src/src/app && patch -i /tmp/patches/main.patch && cd /tmp/qbittorrent-src && ./configure --disable-gui --prefix=/usr && make -j $CPU_CORES && set +ex && make install && apk del --purge build-dependencies && rm -rf /tmp/*

2017-12-01 20:59:31 UTC

/bin/sh -c #(nop) COPY dir:944f0d5777a7371be6bb7ad7a8ebb77d34634a30daede0c6941fbfa09930028a in /

2017-12-01 20:59:32 UTC

/bin/sh -c #(nop) EXPOSE 6881/tcp 6881/udp 8080/tcp

2017-12-01 20:59:33 UTC

/bin/sh -c #(nop) VOLUME [/config /downloads]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete