Namespace
linuxserver
Image / Tag
qbittorrent:33
Content Digest
sha256:3ad00c87d8f7b957b6f2976f1d4b311a0cbdde6d17bb6c9287566f617390b6d7
Details
Created

2017-10-13 23:17:43 UTC

Size

33.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 33 Build-date:- October-13-2017-22:52:40-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:9ed2aa784ef420990bdc3d875dca2a95416caa1b30e4d74973359d08a2dde778 - 6.01% (2.01 MB)

[#001] sha256:3d7273b33db205b8a5112f5d578ba544399d6fc8b88a0b31d16bff4a785f6925 - 19.78% (6.62 MB)

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

[#003] sha256:4a07d8f54b8e08bd0e93a210a3b4e2a566505999b2354562301200fb5d4f9730 - 0.0% (395 Bytes)

[#004] sha256:e5ec494f3801ee26a33ef9448839580cf211ad21cfb5182a2dc8545e06ba46d6 - 74.2% (24.8 MB)

[#005] sha256:1ea944d9833f560b0b991de0abfbf5640b550ac2a6a67e0f3ee69d9ebf3d76be - 0.0% (671 Bytes)


History
2017-10-13 22:51:37 UTC

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

2017-10-13 22:51:38 UTC

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

2017-10-13 22:51:39 UTC

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

2017-10-13 22:51:39 UTC

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

2017-10-13 22:51:40 UTC

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

2017-10-13 22:51:48 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-10-13 22:51:48 UTC

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

2017-10-13 22:51:50 UTC

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

2017-10-13 22:52:42 UTC

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

2017-10-13 22:52:42 UTC

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

2017-10-13 22:52:43 UTC

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

2017-10-13 22:52:43 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 33 Build-date:- October-13-2017-22:52:40-UTC

2017-10-13 22:52:43 UTC

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

2017-10-13 22:52:43 UTC

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

2017-10-13 22:52:44 UTC

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

2017-10-13 22:52:44 UTC

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

2017-10-13 23:17:42 UTC

|4 BUILD_DATE=October-13-2017-22:52:40-UTC QBITTORRENT_VER=3.3.16 RASTERBAR_VER=RC_1_0 VERSION=33 /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 && git checkout ${RASTERBAR_VER} && ./autotool.sh && ./configure --disable-debug --enable-encryption --prefix=/usr --with-libgeoip=system && make && 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 && make install && apk del --purge build-dependencies && rm -rf /tmp/*

2017-10-13 23:17:42 UTC

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

2017-10-13 23:17:43 UTC

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

2017-10-13 23:17:43 UTC

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