2017-09-29 23:10:47 UTC
33.4 MB
/config
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)$
TERMxterm
XDG_CONFIG_HOME/config
XDG_DATA_HOME/config
[#000] sha256:ffcf4f3a86ea76907242345b4928565a840903ad3ee7b8a5f049d8c2dda0689e - 6.02% (2.01 MB)
[#001] sha256:19cb68070b4997e03fc2abb1233a99cacda8c95d2f4506ea02146752bccff522 - 19.73% (6.6 MB)
[#002] sha256:b7851c471e0290177866e9bc0bb1f28394e673c26139b0fd694ccd1467529513 - 0.0% (445 Bytes)
[#003] sha256:7bced6f78a535affced8ea41f8579563d2941442a09dfc1bde30bffa0747e833 - 0.0% (397 Bytes)
[#004] sha256:9f8ad7390598202577dc4721f63eed4cf8b074dd90f6eee81dd3b9a91c0c3381 - 74.24% (24.8 MB)
[#005] sha256:d15816911a3a81ddfe6911e6823268e8754ec36e4c13944c9d34f7d659689ae9 - 0.0% (671 Bytes)
/bin/sh -c #(nop) ADD file:7b33a8ee8754c4d0f4697230653739255c33df31a6d9f210454016a9855c47c9 in /
2017-09-29 22:51:37 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2017-09-29 22:51:38 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.19.1.1
2017-09-29 22:51:39 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2017-09-29 22:51:40 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2017-09-29 22:51:49 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-09-29 22:51:49 UTC/bin/sh -c #(nop) COPY dir:6052e0df7ed9d37656d0a89cdffae261be917ae6e6bfa2c89b73df05a701a60a in /
2017-09-29 22:51:50 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2017-09-29 22:52:36 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2017-09-29 22:52:37 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2017-09-29 22:52:39 UTC/bin/sh -c #(nop) ARG VERSION
2017-09-29 22:52:41 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 31 Build-date:- September-29-2017-22:52:33-UTC
2017-09-29 22:52:43 UTC/bin/sh -c #(nop) ARG QBITTORRENT_VER=3.3.16
2017-09-29 22:52:45 UTC/bin/sh -c #(nop) ARG RASTERBAR_VER=RC_1_0
2017-09-29 22:52:47 UTC/bin/sh -c #(nop) ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
2017-09-29 22:52:49 UTC/bin/sh -c #(nop) COPY dir:7fb4bfd3bda6a848c5b98c0f3e6860c19901289523f5b9e2bacc683e2849ad47 in /tmp/patches
2017-09-29 23:10:44 UTC|4 BUILD_DATE=September-29-2017-22:52:33-UTC QBITTORRENT_VER=3.3.16 RASTERBAR_VER=RC_1_0 VERSION=31 /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-09-29 23:10:45 UTC/bin/sh -c #(nop) COPY dir:944f0d5777a7371be6bb7ad7a8ebb77d34634a30daede0c6941fbfa09930028a in /
2017-09-29 23:10:46 UTC/bin/sh -c #(nop) EXPOSE 6881/tcp 6881/udp 8080/tcp
2017-09-29 23:10:47 UTC/bin/sh -c #(nop) VOLUME [/config /downloads]