2021-03-01 04:07:07 UTC
138 MB
/config
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
XDG_CONFIG_HOME/config
XDG_DATA_HOME/config
[#000] sha256:bb2cb50b3435e5b497e653f2f29262e10dcc5d54b1dd30b86377a363bc09314b - 19.7% (27.2 MB)
[#001] sha256:d7316ddc1c1d5cd19725ae765bbc05ad46f135fbaaf6780de450d230c6e84c8c - 1.3% (1.8 MB)
[#002] sha256:65863d7552cd4dcd68cfb05e6f42eeaf42168610ecf8ad20abd9e9d0161c5479 - 1.25% (1.73 MB)
[#003] sha256:d9cecae077a9ec0e9078f6844508ef535c299013a6d6d553ce96e4fef59d2eb6 - 0.0% (438 Bytes)
[#004] sha256:afa46953396e86d656abd9039b922987f52c66f5fc3cfa1c1a9dc8c1b40542dc - 0.0% (272 Bytes)
[#005] sha256:0428fbfed39d7a06c99644472ca3bdc973d2ef4560fe004b19df94db6c43409e - 11.88% (16.4 MB)
[#006] sha256:4f664c1c60d23b6b9a7233e5bf4ff3add7e63625bbfcdf394ad513672badc410 - 0.0% (2.76 KB)
[#007] sha256:d7d1909cb77d99d9d7ecb14fd7d569d42112611517249019801193e8d9769923 - 65.87% (91.1 MB)
[#008] sha256:9bac2db5a94eb2bae742aa2e5f0b20f60738a702129f3d29d5a801666063406e - 0.0% (994 Bytes)
/bin/sh -c #(nop) COPY dir:4b047257d14d1e9b3d372ef959150fb27085b92d8125eb572900a1f944c953b0 in /
2021-02-23 05:02:14 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-02-23 05:02:15 UTC/bin/sh -c #(nop) ARG VERSION
2021-02-23 05:02:15 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a92bd2d4-ls31 Build-date:- 2021-02-23T05:01:15+00:00
2021-02-23 05:02:16 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-02-23 05:02:16 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-02-23 05:02:16 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2021-02-23 05:02:18 UTC/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/
2021-02-23 05:02:20 UTC|4 BUILD_DATE=2021-02-23T05:01:15+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=a92bd2d4-ls31 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2021-02-23 05:02:20 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-02-23 05:02:20 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-02-23 05:02:21 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-02-23 05:02:21 UTC/bin/sh -c #(nop) COPY file:c710591f183e7267053fbdafe19c237ce17046dcd18de0bcc183523952c1487d in /etc/apt/
2021-02-23 05:02:52 UTC|5 BUILD_DATE=2021-02-23T05:01:15+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=a92bd2d4-ls31 /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y curl gnupg patch tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** create abc user and make our folders ****" && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** cleanup ****" && apt-get remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-02-23 05:02:53 UTC/bin/sh -c #(nop) COPY dir:9fcaf6249522275cbcd1c21fbb0bb7936ce6eb64014d0420cc6e29f6a7ddb01b in /
2021-02-23 05:02:53 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-03-01 04:06:31 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-03-01 04:06:31 UTC/bin/sh -c #(nop) ARG VERSION
2021-03-01 04:06:31 UTC/bin/sh -c #(nop) ARG QBITTORRENT_VERSION
2021-03-01 04:06:31 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls118 Build-date:- 2021-02-28T23:05:37-05:00
2021-03-01 04:06:31 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-03-01 04:06:32 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-03-01 04:06:32 UTC/bin/sh -c #(nop) ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
2021-03-01 04:07:06 UTC|4 BUILD_DATE=2021-02-28T23:05:37-05:00 DEBIAN_FRONTEND=noninteractive QBITTORRENT_VERSION=1:4.3.3.99~202101191832-7248-da0b276d5~ubuntu20.04.1 VERSION=14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls118 /bin/sh -c echo "***** add qbitorrent repositories ****" && apt-get update && apt-get install -y gnupg python3 && curl -s https://bintray.com/user/downloadSubjectPublicKey?username=fedarovich | apt-key add - && apt-key adv --keyserver hkp://keyserver.ubuntu.com:11371 --recv-keys 7CA69FC4 && echo "deb http://ppa.launchpad.net/qbittorrent-team/qbittorrent-stable/ubuntu focal main" >> /etc/apt/sources.list.d/qbitorrent.list && echo "deb-src http://ppa.launchpad.net/qbittorrent-team/qbittorrent-stable/ubuntu focal main" >> /etc/apt/sources.list.d/qbitorrent.list && echo "deb https://dl.bintray.com/fedarovich/qbittorrent-cli-debian focal main" >> /etc/apt/sources.list.d/qbitorrent.list && echo "**** install packages ****" && if [ -z ${QBITTORRENT_VERSION+x} ]; then QBITTORRENT_VERSION=$(curl -sX GET http://ppa.launchpad.net/qbittorrent-team/qbittorrent-stable/ubuntu/dists/focal/main/binary-amd64/Packages.gz | gunzip -c |grep -A 7 -m 1 "Package: qbittorrent-nox" | awk -F ": " '/Version/{print $2;exit}'); fi && apt-get update && apt-get install -y p7zip-full qbittorrent-cli qbittorrent-nox=${QBITTORRENT_VERSION} unrar geoip-bin unzip && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-03-01 04:07:07 UTC/bin/sh -c #(nop) COPY dir:a2cf70a7bbd6f95ba6ce8b4fecd4a4e0e70c442d7dd294af5b433bc039e00cda in /
2021-03-01 04:07:07 UTC/bin/sh -c #(nop) EXPOSE 6881 6881/udp 8080
2021-03-01 04:07:07 UTC/bin/sh -c #(nop) VOLUME [/config /downloads]
2021-03-01 04:08:11 UTC
132 MB
/config
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
XDG_CONFIG_HOME/config
XDG_DATA_HOME/config
[#000] sha256:d68764e466978291cbcc9257b33b19940cef0c1581e26ce76c1400035b34eab6 - 17.38% (22.9 MB)
[#001] sha256:6ac9e74fce66ef10e8f7b1a9c378bb0afb4024267d3017c40c31987c5b784926 - 1.63% (2.15 MB)
[#002] sha256:edaa4be73565ca4afaf03ecb6cdcff53909d5c30093ea64089bc7fadd4bb40a6 - 1.57% (2.07 MB)
[#003] sha256:dde0055166584514e574612a48f433354c72ac34cf34daec56d563a26df514d8 - 0.0% (433 Bytes)
[#004] sha256:8fdd383e3f604e365552c892adfd0e211fb7e3183f6728b76241eed02f09afac - 0.0% (276 Bytes)
[#005] sha256:42e448a53b97138b54567ac7fbc08fd73ec4963d6399e159d717feb570f0f10a - 12.45% (16.4 MB)
[#006] sha256:28eb5aab51857c96a5f4986b55610b25b93c9d826d163c09d63582ed0eefb5b0 - 0.0% (2.76 KB)
[#007] sha256:1d2d9a2064f1336ab338e8bb3bcb11f2e334489c68e9b0b9c59163914044d527 - 66.97% (88.4 MB)
[#008] sha256:144e7e53c2de8c68da926a24d1cf5094e96a449d2690ab4892bf6302d48d6c2d - 0.0% (995 Bytes)
/bin/sh -c #(nop) COPY dir:626ad35caf08dd9124d68f5668fdc885366da7e479593590d563ecfef6398332 in /
2021-02-23 05:02:43 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-02-23 05:02:43 UTC/bin/sh -c #(nop) ARG VERSION
2021-02-23 05:02:43 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a92bd2d4-ls31 Build-date:- 2021-02-23T05:01:15+00:00
2021-02-23 05:02:44 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-02-23 05:02:44 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-02-23 05:02:45 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2021-02-23 05:02:46 UTC/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/
2021-02-23 05:02:49 UTC|4 BUILD_DATE=2021-02-23T05:01:15+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=a92bd2d4-ls31 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2021-02-23 05:02:50 UTC/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch
2021-02-23 05:02:51 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-02-23 05:02:51 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-02-23 05:02:52 UTC/bin/sh -c #(nop) COPY file:24a76fa3c1eb56070522165ba3cf433129514ea104d858a39743b5aeef9a5ce4 in /etc/apt/
2021-02-23 05:03:56 UTC|5 BUILD_DATE=2021-02-23T05:01:15+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=a92bd2d4-ls31 /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y curl gnupg patch tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** create abc user and make our folders ****" && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** add qemu ****" && curl -o /usr/bin/qemu-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apt-get remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-02-23 05:03:58 UTC/bin/sh -c #(nop) COPY dir:41487e7ca8dec71adb49f208e3329694a282cb54ced43e4b79ce138e2f7c4f71 in /
2021-02-23 05:03:58 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-03-01 04:06:53 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-03-01 04:06:53 UTC/bin/sh -c #(nop) ARG VERSION
2021-03-01 04:06:54 UTC/bin/sh -c #(nop) ARG QBITTORRENT_VERSION
2021-03-01 04:06:54 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls118 Build-date:- 2021-02-28T23:05:37-05:00
2021-03-01 04:06:55 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-03-01 04:06:55 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-03-01 04:06:55 UTC/bin/sh -c #(nop) ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
2021-03-01 04:08:07 UTC|4 BUILD_DATE=2021-02-28T23:05:37-05:00 DEBIAN_FRONTEND=noninteractive QBITTORRENT_VERSION=1:4.3.3.99~202101191832-7248-da0b276d5~ubuntu20.04.1 VERSION=14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls118 /bin/sh -c echo "***** add qbitorrent repositories ****" && apt-get update && apt-get install -y gnupg python3 && curl -s https://bintray.com/user/downloadSubjectPublicKey?username=fedarovich | apt-key add - && apt-key adv --keyserver hkp://keyserver.ubuntu.com:11371 --recv-keys 7CA69FC4 && echo "deb http://ppa.launchpad.net/qbittorrent-team/qbittorrent-stable/ubuntu focal main" >> /etc/apt/sources.list.d/qbitorrent.list && echo "deb-src http://ppa.launchpad.net/qbittorrent-team/qbittorrent-stable/ubuntu focal main" >> /etc/apt/sources.list.d/qbitorrent.list && echo "deb https://dl.bintray.com/fedarovich/qbittorrent-cli-debian focal main" >> /etc/apt/sources.list.d/qbitorrent.list && echo "**** install packages ****" && if [ -z ${QBITTORRENT_VERSION+x} ]; then QBITTORRENT_VERSION=$(curl -sX GET http://ppa.launchpad.net/qbittorrent-team/qbittorrent-stable/ubuntu/dists/focal/main/binary-amd64/Packages.gz | gunzip -c |grep -A 7 -m 1 "Package: qbittorrent-nox" | awk -F ": " '/Version/{print $2;exit}'); fi && apt-get update && apt-get install -y p7zip-full qbittorrent-cli qbittorrent-nox=${QBITTORRENT_VERSION} unrar geoip-bin unzip && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-03-01 04:08:10 UTC/bin/sh -c #(nop) COPY dir:78b4f64918525195a0c9ffdc6b023a2e8c34093c7eb5f38e9192c8a491524adc in /
2021-03-01 04:08:10 UTC/bin/sh -c #(nop) EXPOSE 6881 6881/udp 8080
2021-03-01 04:08:11 UTC/bin/sh -c #(nop) VOLUME [/config /downloads]
2021-03-01 04:09:17 UTC
139 MB
/config
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
XDG_CONFIG_HOME/config
XDG_DATA_HOME/config
[#000] sha256:fd594e67af508d7c0c6efa4188399864fd2215291e01afa3e246dd1d035b28bb - 18.71% (25.9 MB)
[#001] sha256:093d73a39db696b94393a72d6136a3998f26e4fba764d7fe5bdb72dcb5af4666 - 1.55% (2.15 MB)
[#002] sha256:715402ed8937e621236a7b9abe07c718a6345168887b9dc0a5c31f55de58b70a - 1.51% (2.09 MB)
[#003] sha256:626ea1ef1d223d1a504702daa4ff877a0b6dbb1bf4ea7f5e2a557c68feca7a40 - 0.0% (441 Bytes)
[#004] sha256:33f09a0cd3e9a119f0ab8e1f8433d09c0231629dc4fc5a84e1259d23edc5442e - 0.0% (278 Bytes)
[#005] sha256:dc0149696ec4b4509a12dada95cb0048e99d56d389596ccd849d514f9ed38465 - 12.91% (17.9 MB)
[#006] sha256:440bd1cea4c372fac0eaabdab7cac2b5f78f66a32750c266d40405fbc0842520 - 0.0% (2.77 KB)
[#007] sha256:e5762fc7b5bf079b89dfceb353152d9b0c5453dcecefb6082bd8aff9669467c5 - 65.32% (90.5 MB)
[#008] sha256:4fd01790da011b6f57c3c31e0ec18cf0257c5d1e82e5fde2a2d850732054fc67 - 0.0% (994 Bytes)
/bin/sh -c #(nop) COPY dir:fc85f1938d30b26be0a207bc7154ae569ce8bbb4fdbd5f8a32bde99768006bed in /
2021-02-23 05:03:37 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-02-23 05:03:38 UTC/bin/sh -c #(nop) ARG VERSION
2021-02-23 05:03:39 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a92bd2d4-ls31 Build-date:- 2021-02-23T05:01:15+00:00
2021-02-23 05:03:41 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-02-23 05:03:42 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-02-23 05:03:44 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-02-23 05:03:47 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2021-02-23 05:03:54 UTC|4 BUILD_DATE=2021-02-23T05:01:15+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=a92bd2d4-ls31 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2021-02-23 05:03:56 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-02-23 05:03:57 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-02-23 05:03:59 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-02-23 05:04:00 UTC/bin/sh -c #(nop) COPY file:7c0649cb600aa6c72cfc6188617e4e394e832e723897e1fcd0655af5f631ac68 in /etc/apt/
2021-02-23 05:05:59 UTC|5 BUILD_DATE=2021-02-23T05:01:15+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=a92bd2d4-ls31 /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y curl gnupg patch tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** create abc user and make our folders ****" && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apt-get remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-02-23 05:06:07 UTC/bin/sh -c #(nop) COPY dir:9fcaf6249522275cbcd1c21fbb0bb7936ce6eb64014d0420cc6e29f6a7ddb01b in /
2021-02-23 05:06:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-03-01 04:07:10 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-03-01 04:07:11 UTC/bin/sh -c #(nop) ARG VERSION
2021-03-01 04:07:11 UTC/bin/sh -c #(nop) ARG QBITTORRENT_VERSION
2021-03-01 04:07:12 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls118 Build-date:- 2021-02-28T23:05:37-05:00
2021-03-01 04:07:12 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-03-01 04:07:13 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-03-01 04:07:13 UTC/bin/sh -c #(nop) ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
2021-03-01 04:09:10 UTC|4 BUILD_DATE=2021-02-28T23:05:37-05:00 DEBIAN_FRONTEND=noninteractive QBITTORRENT_VERSION=1:4.3.3.99~202101191832-7248-da0b276d5~ubuntu20.04.1 VERSION=14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls118 /bin/sh -c echo "***** add qbitorrent repositories ****" && apt-get update && apt-get install -y gnupg python3 && curl -s https://bintray.com/user/downloadSubjectPublicKey?username=fedarovich | apt-key add - && apt-key adv --keyserver hkp://keyserver.ubuntu.com:11371 --recv-keys 7CA69FC4 && echo "deb http://ppa.launchpad.net/qbittorrent-team/qbittorrent-stable/ubuntu focal main" >> /etc/apt/sources.list.d/qbitorrent.list && echo "deb-src http://ppa.launchpad.net/qbittorrent-team/qbittorrent-stable/ubuntu focal main" >> /etc/apt/sources.list.d/qbitorrent.list && echo "deb https://dl.bintray.com/fedarovich/qbittorrent-cli-debian focal main" >> /etc/apt/sources.list.d/qbitorrent.list && echo "**** install packages ****" && if [ -z ${QBITTORRENT_VERSION+x} ]; then QBITTORRENT_VERSION=$(curl -sX GET http://ppa.launchpad.net/qbittorrent-team/qbittorrent-stable/ubuntu/dists/focal/main/binary-amd64/Packages.gz | gunzip -c |grep -A 7 -m 1 "Package: qbittorrent-nox" | awk -F ": " '/Version/{print $2;exit}'); fi && apt-get update && apt-get install -y p7zip-full qbittorrent-cli qbittorrent-nox=${QBITTORRENT_VERSION} unrar geoip-bin unzip && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-03-01 04:09:16 UTC/bin/sh -c #(nop) COPY dir:a2cf70a7bbd6f95ba6ce8b4fecd4a4e0e70c442d7dd294af5b433bc039e00cda in /
2021-03-01 04:09:17 UTC/bin/sh -c #(nop) EXPOSE 6881 6881/udp 8080
2021-03-01 04:09:17 UTC/bin/sh -c #(nop) VOLUME [/config /downloads]