2017-09-01 23:25:35 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:03581cf2806111ca71ddb9187f53e94a5fc9f7b004d42aea85cc0b50ed5d9941 - 6.02% (2.01 MB)
[#001] sha256:9865042627396cabb2e6ac7f4b56c167c84ee9051088de4f1d28021ab6599073 - 19.73% (6.6 MB)
[#002] sha256:42482116060de13e6fbfeca78a3f90839c37b93652b9bdb0ce3569f01a60a0b2 - 0.0% (445 Bytes)
[#003] sha256:7cf01e16ded13e8bc17f9c86e8923d9b734a7b769c6932803eb8cae84a30b6c2 - 0.0% (400 Bytes)
[#004] sha256:5c60a5b4e59c3c323690baeb8e2e8ecf1e52c20540607332da1f92b8e9dc470c - 74.24% (24.8 MB)
[#005] sha256:d3eba3586615828b21fede6d9098baaa3663960591edb4cb664193ffffd1c352 - 0.0% (632 Bytes)
/bin/sh -c #(nop) ADD file:f1d82e4c171b35f498f565e067554f1d88c4d5a3d64f06900de51b46729b5871 in /
2017-09-01 22:51:59 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2017-09-01 22:52:00 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.19.1.1
2017-09-01 22:52:01 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2017-09-01 22:52:01 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2017-09-01 22:52:14 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-01 22:52:15 UTC/bin/sh -c #(nop) COPY dir:6052e0df7ed9d37656d0a89cdffae261be917ae6e6bfa2c89b73df05a701a60a in /
2017-09-01 22:52:16 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2017-09-01 22:56:31 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2017-09-01 22:56:32 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2017-09-01 22:56:32 UTC/bin/sh -c #(nop) ARG VERSION
2017-09-01 22:56:32 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 26 Build-date:- September-01-2017-22:56:28-UTC
2017-09-01 22:56:33 UTC/bin/sh -c #(nop) ARG QBITTORRENT_VER=3.3.14
2017-09-01 22:56:33 UTC/bin/sh -c #(nop) ARG RASTERBAR_VER=RC_1_0
2017-09-01 22:56:33 UTC/bin/sh -c #(nop) ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
2017-09-01 22:56:34 UTC/bin/sh -c #(nop) COPY dir:e40d00c9a28adc09a30c045188f6ac302549854d1475c9db22809fd029e14ef5 in /tmp/patches
2017-09-01 23:25:34 UTC|4 BUILD_DATE=September-01-2017-22:56:28-UTC QBITTORRENT_VER=3.3.14 RASTERBAR_VER=RC_1_0 VERSION=26 /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-01 23:25:34 UTC/bin/sh -c #(nop) COPY dir:f04e77aba85eac1a9e68d406a360da6574f40e511ec99b94d96e10bce27c9e4d in /
2017-09-01 23:25:34 UTC/bin/sh -c #(nop) EXPOSE 6881/tcp 6881/udp 8080/tcp
2017-09-01 23:25:35 UTC/bin/sh -c #(nop) VOLUME [/config /downloads]