Namespace
linuxserver
Image / Tag
qbittorrent:version-4.3.0202009291856-7073-39e8eb042ubuntu18.04.1
Content Digest
sha256:b028fa2a66a11dffd0d38271742a0ac526379528b0676cee79670bc518461aa2
Details
Created

2020-10-04 18:16:44 UTC

Size

116 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.3.0202009291856-7073-39e8eb042ubuntu18.04.1-ls101 Build-date:- 2020-10-04T14:15:21-04:00
  • maintainer
    thelamer

Environment
HOME

/config

LANG

en_US.UTF-8

LANGUAGE

en_US.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TERM

xterm

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/config


Layers

[#000] sha256:7c5c485a19a357b983b2d816781b869172eb71195fb926b31d7a7a155ae1c6cf - 21.87% (25.5 MB)

[#001] sha256:1aa6ccc3a5129c8f7ea8d6e47e02d88499afcb0473df0b9ef82bc1c8517b0da1 - 0.0% (274 Bytes)

[#002] sha256:99971b3640e2d63730e4a444bd624b88c7e8e36e9d43f3b19427a86418c56c26 - 11.14% (13 MB)

[#003] sha256:6f98cb813b28c768ed4aaedbbd05e4876a96d5591057940f5924fc6ace31e0a5 - 0.0% (4.13 KB)

[#004] sha256:23db14d916016f428682c09b42c74273ae69992172feb88508ea4d341cfe302f - 66.99% (78 MB)

[#005] sha256:7112ba6841badf2284992bc08c240d8161ef561aabadad5ce66d7241341557f7 - 0.0% (798 Bytes)


History
2020-09-23 16:13:21 UTC

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

2020-09-23 16:13:22 UTC

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

2020-09-23 16:13:22 UTC

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

2020-09-23 16:13:22 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5b0118e3-ls54 Build-date:- 2020-09-23T12:10:51-04:00

2020-09-23 16:13:22 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2020-09-23 16:13:22 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.0.0.1

2020-09-23 16:13:22 UTC

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

2020-09-23 16:13:22 UTC

/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive

2020-09-23 16:13:23 UTC

/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm

2020-09-23 16:13:23 UTC

/bin/sh -c #(nop) COPY file:a0afddf6c2c99dee6409f51005a22f49cffa569aa0e8ad133ed14c730847fd57 in /etc/apt/

2020-09-23 16:13:48 UTC

|5 BUILD_DATE=2020-09-23T12:10:51-04:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.0.0.1 VERSION=5b0118e3-ls54 /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 tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** add s6 overlay ****" && 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 / && 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 && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-09-23 16:13:48 UTC

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

2020-09-23 16:13:48 UTC

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

2020-10-04 18:16:04 UTC

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

2020-10-04 18:16:04 UTC

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

2020-10-04 18:16:04 UTC

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

2020-10-04 18:16:04 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.3.0202009291856-7073-39e8eb042ubuntu18.04.1-ls101 Build-date:- 2020-10-04T14:15:21-04:00

2020-10-04 18:16:04 UTC

/bin/sh -c #(nop) LABEL maintainer=thelamer

2020-10-04 18:16:04 UTC

/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive

2020-10-04 18:16:05 UTC

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

2020-10-04 18:16:43 UTC

|4 BUILD_DATE=2020-10-04T14:15:21-04:00 DEBIAN_FRONTEND=noninteractive QBITTORRENT_VERSION=4.3.0~202009291856-7073-39e8eb042~ubuntu18.04.1 VERSION=4.3.0202009291856-7073-39e8eb042ubuntu18.04.1-ls101 /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-unstable/ubuntu bionic main" >> /etc/apt/sources.list.d/qbitorrent.list && echo "deb-src http://ppa.launchpad.net/qbittorrent-team/qbittorrent-unstable/ubuntu bionic main" >> /etc/apt/sources.list.d/qbitorrent.list && echo "deb https://dl.bintray.com/fedarovich/qbittorrent-cli-debian bionic 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-unstable/ubuntu/dists/bionic/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/*

2020-10-04 18:16:44 UTC

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

2020-10-04 18:16:44 UTC

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

2020-10-04 18:16:44 UTC

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

Details
Created

2020-10-04 18:17:22 UTC

Size

109 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.3.0202009291856-7073-39e8eb042ubuntu18.04.1-ls101 Build-date:- 2020-10-04T14:15:21-04:00
  • maintainer
    thelamer

Environment
HOME

/config

LANG

en_US.UTF-8

LANGUAGE

en_US.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TERM

xterm

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/config


Layers

[#000] sha256:335d34b5869d7fd934b0c7ca0ca0b4988fb349dbdc88183fc4cb6f66b078bb6a - 19.5% (21.2 MB)

[#001] sha256:d18d8c15e7dfa7c76e331fb8ccf9fef78c6500c99d35fbf0b2fb093186de29e0 - 0.0% (279 Bytes)

[#002] sha256:35df7042be888994a9053eca6dd64fe117529fcc5fa315c137c386a14ee9740f - 12.72% (13.9 MB)

[#003] sha256:b4da4a00cd16d06d1b16b7c2b8cf28b96824eaf7a6a41e7ad0f04db95eddd837 - 0.0% (4.16 KB)

[#004] sha256:305bf57ecf5fb51a21f367343e73bd1e8213c7bc456aaf98775ef53bc6c1e2a7 - 67.77% (73.8 MB)

[#005] sha256:e3ccee7c7379dfad7a835c029204e46c21da0a97ca8707461e8d9779d9afa67c - 0.0% (799 Bytes)


History
2020-09-23 16:13:38 UTC

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

2020-09-23 16:13:44 UTC

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

2020-09-23 16:13:44 UTC

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

2020-09-23 16:13:47 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5b0118e3-ls54 Build-date:- 2020-09-23T12:10:51-04:00

2020-09-23 16:13:47 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2020-09-23 16:13:48 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.0.0.1

2020-09-23 16:13:48 UTC

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

2020-09-23 16:13:48 UTC

/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive

2020-09-23 16:13:49 UTC

/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm

2020-09-23 16:13:50 UTC

/bin/sh -c #(nop) COPY file:82e2f69417bae71bb20ab92c0b7aa15f66893747cd2e2e88be2791da4cbb722f in /etc/apt/

2020-09-23 16:14:54 UTC

|5 BUILD_DATE=2020-09-23T12:10:51-04:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.0.0.1 VERSION=5b0118e3-ls54 /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 tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** add s6 overlay ****" && 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 / && 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 && 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 clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-09-23 16:14:58 UTC

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

2020-09-23 16:14:58 UTC

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

2020-10-04 18:16:10 UTC

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

2020-10-04 18:16:10 UTC

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

2020-10-04 18:16:11 UTC

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

2020-10-04 18:16:11 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.3.0202009291856-7073-39e8eb042ubuntu18.04.1-ls101 Build-date:- 2020-10-04T14:15:21-04:00

2020-10-04 18:16:12 UTC

/bin/sh -c #(nop) LABEL maintainer=thelamer

2020-10-04 18:16:12 UTC

/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive

2020-10-04 18:16:12 UTC

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

2020-10-04 18:17:19 UTC

|4 BUILD_DATE=2020-10-04T14:15:21-04:00 DEBIAN_FRONTEND=noninteractive QBITTORRENT_VERSION=4.3.0~202009291856-7073-39e8eb042~ubuntu18.04.1 VERSION=4.3.0202009291856-7073-39e8eb042ubuntu18.04.1-ls101 /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-unstable/ubuntu bionic main" >> /etc/apt/sources.list.d/qbitorrent.list && echo "deb-src http://ppa.launchpad.net/qbittorrent-team/qbittorrent-unstable/ubuntu bionic main" >> /etc/apt/sources.list.d/qbitorrent.list && echo "deb https://dl.bintray.com/fedarovich/qbittorrent-cli-debian bionic 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-unstable/ubuntu/dists/bionic/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/*

2020-10-04 18:17:21 UTC

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

2020-10-04 18:17:21 UTC

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

2020-10-04 18:17:22 UTC

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

Details
Created

2020-10-04 18:18:30 UTC

Size

112 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.3.0202009291856-7073-39e8eb042ubuntu18.04.1-ls101 Build-date:- 2020-10-04T14:15:21-04:00
  • maintainer
    thelamer

Environment
HOME

/config

LANG

en_US.UTF-8

LANGUAGE

en_US.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TERM

xterm

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/config


Layers

[#000] sha256:d318b10b0354c2836cdc6deaec855af092abd503af25bfc35ded408f052361a0 - 20.16% (22.6 MB)

[#001] sha256:06f51236871d31b105cea595ef84e2642ae4eb608afb9fa927046eb12e1799bb - 0.0% (280 Bytes)

[#002] sha256:c0a72755053aa71ab8117c4250b4fde63494e5f7524ae74d39245211fd0cbc67 - 12.85% (14.4 MB)

[#003] sha256:4553441b6f0878a80e462cc004cf55e7a783e5f422e539b633ed8491e4fb3201 - 0.0% (4.15 KB)

[#004] sha256:274d5e232cf459d9e221a3eff75b3abcf6b1de2d51e39fda6468487ad8ad09e6 - 66.99% (75.2 MB)

[#005] sha256:1280e6c03d0f90004ee1059e55977edd429f65974c246ce8af52dc0cddd59b86 - 0.0% (798 Bytes)


History
2020-09-23 16:13:44 UTC

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

2020-09-23 16:13:47 UTC

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

2020-09-23 16:13:47 UTC

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

2020-09-23 16:13:48 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5b0118e3-ls54 Build-date:- 2020-09-23T12:10:51-04:00

2020-09-23 16:13:49 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2020-09-23 16:13:49 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.0.0.1

2020-09-23 16:13:50 UTC

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

2020-09-23 16:13:50 UTC

/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive

2020-09-23 16:13:51 UTC

/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm

2020-09-23 16:13:51 UTC

/bin/sh -c #(nop) COPY file:96cc36b38eed0666cdd228dd5dbbca08ab4503df17e0a37e3ead0e94189ba731 in /etc/apt/

2020-09-23 16:15:01 UTC

|5 BUILD_DATE=2020-09-23T12:10:51-04:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.0.0.1 VERSION=5b0118e3-ls54 /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 tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** add s6 overlay ****" && 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 / && 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 && 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 clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-09-23 16:15:03 UTC

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

2020-09-23 16:15:04 UTC

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

2020-10-04 18:16:11 UTC

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

2020-10-04 18:16:11 UTC

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

2020-10-04 18:16:12 UTC

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

2020-10-04 18:16:13 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.3.0202009291856-7073-39e8eb042ubuntu18.04.1-ls101 Build-date:- 2020-10-04T14:15:21-04:00

2020-10-04 18:16:13 UTC

/bin/sh -c #(nop) LABEL maintainer=thelamer

2020-10-04 18:16:14 UTC

/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive

2020-10-04 18:16:15 UTC

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

2020-10-04 18:18:26 UTC

|4 BUILD_DATE=2020-10-04T14:15:21-04:00 DEBIAN_FRONTEND=noninteractive QBITTORRENT_VERSION=4.3.0~202009291856-7073-39e8eb042~ubuntu18.04.1 VERSION=4.3.0202009291856-7073-39e8eb042ubuntu18.04.1-ls101 /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-unstable/ubuntu bionic main" >> /etc/apt/sources.list.d/qbitorrent.list && echo "deb-src http://ppa.launchpad.net/qbittorrent-team/qbittorrent-unstable/ubuntu bionic main" >> /etc/apt/sources.list.d/qbitorrent.list && echo "deb https://dl.bintray.com/fedarovich/qbittorrent-cli-debian bionic 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-unstable/ubuntu/dists/bionic/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/*

2020-10-04 18:18:29 UTC

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

2020-10-04 18:18:29 UTC

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

2020-10-04 18:18:30 UTC

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