Namespace
linuxserver
Image / Tag
qbittorrent:arm64v8-unstable-version-4.4.0202104150704-7272-6777a615dubuntu20.04.1
Content Digest
sha256:055a890ffc52a3d94a5f94488cef90fa7d822f25a499ec413b079879c37104d2
Details
Created

2021-04-15 09:12:11 UTC

Size

139 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.0202104150704-7272-6777a615dubuntu20.04.1-ls169 Build-date:- 2021-04-15T05:07:03-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:8759154e48f8bc56eb85e17fda3555024ed5f959a064c429c387297969225166 - 18.69% (25.9 MB)

[#001] sha256:79e52d81c06614622769c2181ec9dd18f7070281f066a764cd6b6efdc08842c2 - 1.55% (2.15 MB)

[#002] sha256:a236688ef61f2ebc83be9364500a34b3c8a0cfa5ac02025c7c2dd8acda953e0e - 1.51% (2.09 MB)

[#003] sha256:ae7eb87592c833378df054e6607d05af4d91d50066ab2cf8a6a29e2530c474d3 - 0.0% (441 Bytes)

[#004] sha256:dbb398dd940b3131723eb700bff479c62a0b0e46bdedac663a3d9dd1fe6bac24 - 0.0% (278 Bytes)

[#005] sha256:09739aae6f7a2b19e994d9ed21d8f64634b933a80c057a41635ecbb04c228aaf - 12.9% (17.9 MB)

[#006] sha256:2dc3e0180c1a026183a9b97a0990e1986146a9255b93096f59acd66a0c0332b9 - 0.0% (2.78 KB)

[#007] sha256:18b3f10071bd19acbf8c16c00f8652d5c480fdbce928343361844183f3e3ab13 - 65.35% (90.6 MB)

[#008] sha256:02fb189538c971032a917f147e579a263b9a2a69f1762d0dd2206b494f5bd7c9 - 0.0% (912 Bytes)


History
2021-04-13 05:10:15 UTC

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

2021-04-13 05:10:26 UTC

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

2021-04-13 05:10:28 UTC

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

2021-04-13 05:10:29 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e97d23d2-ls36 Build-date:- 2021-04-13T05:07:44+00:00

2021-04-13 05:10:31 UTC

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

2021-04-13 05:10:34 UTC

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

2021-04-13 05:10:35 UTC

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

2021-04-13 05:10:38 UTC

/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/

2021-04-13 05:10:48 UTC

|4 BUILD_DATE=2021-04-13T05:07:44+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=e97d23d2-ls36 /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-04-13 05:10:50 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2021-04-13 05:10:53 UTC

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

2021-04-13 05:10:55 UTC

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

2021-04-13 05:10:56 UTC

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

2021-04-13 05:12:58 UTC

|5 BUILD_DATE=2021-04-13T05:07:44+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=e97d23d2-ls36 /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-04-13 05:13:06 UTC

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

2021-04-13 05:13:08 UTC

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

2021-04-15 09:09:00 UTC

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

2021-04-15 09:09:02 UTC

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

2021-04-15 09:09:03 UTC

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

2021-04-15 09:09:05 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.0202104150704-7272-6777a615dubuntu20.04.1-ls169 Build-date:- 2021-04-15T05:07:03-04:00

2021-04-15 09:09:06 UTC

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

2021-04-15 09:09:07 UTC

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

2021-04-15 09:09:09 UTC

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

2021-04-15 09:11:53 UTC

|4 BUILD_DATE=2021-04-15T05:07:03-04:00 DEBIAN_FRONTEND=noninteractive QBITTORRENT_VERSION=4.4.0~202104150704-7272-6777a615d~ubuntu20.04.1 VERSION=4.4.0202104150704-7272-6777a615dubuntu20.04.1-ls169 /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 focal main" >> /etc/apt/sources.list.d/qbitorrent.list && echo "deb-src http://ppa.launchpad.net/qbittorrent-team/qbittorrent-unstable/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-unstable/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-04-15 09:12:07 UTC

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

2021-04-15 09:12:09 UTC

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

2021-04-15 09:12:11 UTC

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