2017-07-20 17:46:08 UTC
33.3 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:5308556c9d008391ebecfd4a6721acb6a4603daa5128a2ca935d963f0673707c - 6.04% (2.01 MB)
[#001] sha256:456ce05f9858c444fb689e2aaea3267448337de269f3e7ad307277125b2ef05f - 19.81% (6.6 MB)
[#002] sha256:8982ff6fb6526e642d61626488c12a0237111e74b763efb538683d4903051d47 - 0.0% (445 Bytes)
[#003] sha256:6a0f1f45f857c51d5f3739121378e20d3b9f2dd465c4b6d64a6b92a45d470824 - 0.0% (393 Bytes)
[#004] sha256:a62bb399e6fe21a1249cf31f9431cd2ec9b2b192d02f1f36fe459cec43b06149 - 74.14% (24.7 MB)
[#005] sha256:586162370f9473c55b1a98c29b9357727fb640bd96c1c84330143172579eac41 - 0.0% (631 Bytes)
/bin/sh -c #(nop) ADD file:adc1902b5167d23fdace228e5e641981533bf2603bc96a451fc23fff2d17b7d6 in /
2017-07-14 22:51:37 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2017-07-14 22:51:38 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2017-07-14 22:51:38 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm
2017-07-14 22:51:49 UTC|1 OVERLAY_ARCH=amd64 /bin/sh -c apk add --no-cache --virtual=build-dependencies curl tar && apk add --no-cache bash ca-certificates coreutils shadow tzdata && OVERLAY_VERSION=$(curl -sX GET "https://api.github.com/repos/just-containers/s6-overlay/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]') && 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-07-14 22:51:50 UTC/bin/sh -c #(nop) COPY dir:6052e0df7ed9d37656d0a89cdffae261be917ae6e6bfa2c89b73df05a701a60a in /
2017-07-14 22:51:50 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2017-07-20 17:27:06 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2017-07-20 17:27:06 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2017-07-20 17:27:07 UTC/bin/sh -c #(nop) ARG VERSION
2017-07-20 17:27:07 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 18 Build-date:- July-20-2017-17:27:02-UTC
2017-07-20 17:27:08 UTC/bin/sh -c #(nop) ARG QBITTORRENT_VER=3.3.13
2017-07-20 17:27:08 UTC/bin/sh -c #(nop) ARG RASTERBAR_VER=RC_1_0
2017-07-20 17:27:08 UTC/bin/sh -c #(nop) ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
2017-07-20 17:27:09 UTC/bin/sh -c #(nop) COPY dir:7fb4bfd3bda6a848c5b98c0f3e6860c19901289523f5b9e2bacc683e2849ad47 in /tmp/patches
2017-07-20 17:46:07 UTC|4 BUILD_DATE=July-20-2017-17:27:02-UTC QBITTORRENT_VER=3.3.13 RASTERBAR_VER=RC_1_0 VERSION=18 /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 && 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-07-20 17:46:08 UTC/bin/sh -c #(nop) COPY dir:0ce41b7da10b0b1b0fc5722eeaa1566309489189bb675305c8e53905138d4c05 in /
2017-07-20 17:46:08 UTC/bin/sh -c #(nop) EXPOSE 6881/tcp 6881/udp 8080/tcp
2017-07-20 17:46:08 UTC/bin/sh -c #(nop) VOLUME [/config /downloads]