Namespace
linuxserver
Image / Tag
qbittorrent:version-4.4.2-r3
Content Digest
sha256:afd98e14460c4ad242ab17f23a24bc360e6a37aeac59cbe6aa1fe1f3c6f70819
Details
Created

2022-04-11 04:02:28 UTC

Size

95.8 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.2-r3-ls186 Build-date:- 2022-04-10T23:00:58-05:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-04-10T23:00:58-05:00
  • org.opencontainers.image.description
    The [Qbittorrent](https://www.qbittorrent.org/) project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-qbittorrent
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    d17662b2d76d1a081dc6cb1336445431167e66f4
  • org.opencontainers.image.revision
    d17662b2d76d1a081dc6cb1336445431167e66f4
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-qbittorrent
  • org.opencontainers.image.title
    Qbittorrent
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-qbittorrent/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    4.4.2-r3-ls186

Environment
HOME

/config

PATH

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

PS1

$(whoami)@$(hostname):$(pwd)\$

TERM

xterm

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/config


Layers

[#000] sha256:3b81bfeb58abe649f6af0d7d189a098ae331755e6884b6b2025602a3163b1ad9 - 2.93% (2.81 MB)

[#001] sha256:03c21b8621b083ff406d8c7ec88638c763f594f336481ca19c21e0618e2afbb2 - 1.88% (1.8 MB)

[#002] sha256:f42c5c626b7e872262cb9df176d4495c1fc9fd59ab56b2f43ea13064c6b6715b - 1.81% (1.74 MB)

[#003] sha256:f2fc4869e86694276c708af583c4a899629cf5ce95dd3e7e84df7a77dd72643b - 0.0% (437 Bytes)

[#004] sha256:3da6410c0899718c4349747739cfbefee7072f5e0488d3d3ac2385f92a51943b - 3.08% (2.95 MB)

[#005] sha256:727ac4104ac48852680691960fdf9e32a5fe340949cbc7687f299db8a62715e7 - 0.0% (3.55 KB)

[#006] sha256:ab14a8148c67eb312760f199baa5e5e7dcd4810d03208e5eff2fefb6f3f68c29 - 90.29% (86.5 MB)

[#007] sha256:fb6d0d3b696b08121d1936a0e20c4a684504c0c46a01f5bf686042259ea6412c - 0.0% (1.05 KB)


History
2022-04-05 06:34:09 UTC

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

2022-04-05 06:34:10 UTC

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

2022-04-05 06:34:10 UTC

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

2022-04-05 06:34:10 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 765cf6f2-ls7 Build-date:- 2022-04-05T08:33:04+02:00

2022-04-05 06:34:10 UTC

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

2022-04-05 06:34:10 UTC

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

2022-04-05 06:34:10 UTC

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

2022-04-05 06:34:11 UTC

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

2022-04-05 06:34:12 UTC

|4 BUILD_DATE=2022-04-05T08:33:04+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=765cf6f2-ls7 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-04-05 06:34:12 UTC

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

2022-04-05 06:34:12 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm

2022-04-05 06:34:15 UTC

|4 BUILD_DATE=2022-04-05T08:33:04+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=765cf6f2-ls7 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils procps shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-04-05 06:34:16 UTC

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

2022-04-05 06:34:16 UTC

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

2022-04-05 06:34:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-04-05 06:34:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-04-05T08:33:04+02:00

2022-04-05 06:34:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2022-04-05 06:34:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2022-04-05 06:34:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-04-05 06:34:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=b2fbba634225c2a69ce1bc79d83feddbb94c7e8b

2022-04-05 06:34:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b2fbba634225c2a69ce1bc79d83feddbb94c7e8b

2022-04-05 06:34:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2022-04-05 06:34:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2022-04-05 06:34:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2022-04-05 06:34:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-04-05 06:34:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=765cf6f2-ls7

2022-04-11 04:01:57 UTC

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

2022-04-11 04:01:57 UTC

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

2022-04-11 04:01:57 UTC

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

2022-04-11 04:01:57 UTC

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

2022-04-11 04:01:57 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.2-r3-ls186 Build-date:- 2022-04-10T23:00:58-05:00

2022-04-11 04:01:57 UTC

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

2022-04-11 04:01:57 UTC

/bin/sh -c #(nop) ARG QBT_VERSION=1.7

2022-04-11 04:01:57 UTC

/bin/sh -c #(nop) ARG UNRAR_VERSION=6.1.4

2022-04-11 04:01:57 UTC

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

2022-04-11 04:02:26 UTC

|5 BUILD_DATE=2022-04-10T23:00:58-05:00 QBITTORRENT_VERSION=4.4.2-r3 QBT_VERSION=1.7 UNRAR_VERSION=6.1.4 VERSION=4.4.2-r3-ls186 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --upgrade --virtual=build-dependencies make g++ gcc && echo "**** install packages ****" && apk add -U --update --no-cache bash curl icu-libs libstdc++ openssl p7zip python3 && echo "**** install unrar from source ****" && mkdir /tmp/unrar && curl -o /tmp/unrar.tar.gz -L "https://www.rarlab.com/rar/unrarsrc-${UNRAR_VERSION}.tar.gz" && tar xf /tmp/unrar.tar.gz -C /tmp/unrar --strip-components=1 && cd /tmp/unrar && make && install -v -m755 unrar /usr/bin && if [ -z ${QBITTORRENT_VERSION+x} ]; then QBITTORRENT_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:qbittorrent-nox$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add -U --upgrade --no-cache qbittorrent-nox==${QBITTORRENT_VERSION} && echo "***** install qbitorrent-cli ****" && mkdir /qbt && curl -L -o /tmp/qbt.tar.gz "https://github.com/linuxserver/docker-qbittorrent/releases/download/qbt-${QBT_VERSION}/qbt.tar.gz" && tar xf /tmp/qbt.tar.gz -C /qbt && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/*

2022-04-11 04:02:27 UTC

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

2022-04-11 04:02:27 UTC

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

2022-04-11 04:02:27 UTC

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

2022-04-11 04:02:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-04-11 04:02:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-04-10T23:00:58-05:00

2022-04-11 04:02:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=The [Qbittorrent](https://www.qbittorrent.org/) project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.

2022-04-11 04:02:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-qbittorrent

2022-04-11 04:02:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-04-11 04:02:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=d17662b2d76d1a081dc6cb1336445431167e66f4

2022-04-11 04:02:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=d17662b2d76d1a081dc6cb1336445431167e66f4

2022-04-11 04:02:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-qbittorrent

2022-04-11 04:02:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Qbittorrent

2022-04-11 04:02:28 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-qbittorrent/packages

2022-04-11 04:02:28 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-04-11 04:02:28 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.4.2-r3-ls186

Details
Created

2022-04-11 04:03:43 UTC

Size

94.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.2-r3-ls186 Build-date:- 2022-04-10T23:00:58-05:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-04-10T23:00:58-05:00
  • org.opencontainers.image.description
    The [Qbittorrent](https://www.qbittorrent.org/) project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-qbittorrent
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    d17662b2d76d1a081dc6cb1336445431167e66f4
  • org.opencontainers.image.revision
    d17662b2d76d1a081dc6cb1336445431167e66f4
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-qbittorrent
  • org.opencontainers.image.title
    Qbittorrent
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-qbittorrent/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    4.4.2-r3-ls186

Environment
HOME

/config

PATH

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

PS1

$(whoami)@$(hostname):$(pwd)\$

TERM

xterm

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/config


Layers

[#000] sha256:33d9a3adc668b2b8d82003e6efbf6ccbfd5f965d77535ed9cb577d775d644455 - 2.57% (2.42 MB)

[#001] sha256:bb5ec7e586bf9ebada08a2ab058b9cd099e9f4ab0bc264dfe71bbd9bae276b6a - 2.28% (2.15 MB)

[#002] sha256:e9928dcfe36369c711362673eb8612149973c733fa4c9ecbd951c896d5d759d4 - 2.21% (2.08 MB)

[#003] sha256:15261cd1e717633a74181ef63ff735a9e2e526bb41bfc302f5c419b852feeefa - 0.0% (409 Bytes)

[#004] sha256:cff840bcc13864e78bf40f549a12f54e545177cf44d4a58329a5f924913433b4 - 4.37% (4.11 MB)

[#005] sha256:a1e73e3d7af9f5ea73040b49754c4eca7e458fb549770863e336ba33a9a5d4f8 - 0.0% (3.55 KB)

[#006] sha256:c5ad21266dc54496cc1576c9a0ad11c7809412b2f458bae380037283ccfc1ec8 - 88.56% (83.4 MB)

[#007] sha256:0604dcad5914f895f709a9f0601d1626e2af555fc7c8320ec766e989c8ebd41a - 0.0% (1.07 KB)


History
2022-04-05 06:34:17 UTC

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

2022-04-05 06:34:17 UTC

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

2022-04-05 06:34:18 UTC

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

2022-04-05 06:34:19 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 765cf6f2-ls7 Build-date:- 2022-04-05T08:33:04+02:00

2022-04-05 06:34:20 UTC

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

2022-04-05 06:34:21 UTC

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

2022-04-05 06:34:22 UTC

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

2022-04-05 06:34:24 UTC

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

2022-04-05 06:34:25 UTC

|4 BUILD_DATE=2022-04-05T08:33:04+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=765cf6f2-ls7 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-04-05 06:34:26 UTC

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

2022-04-05 06:34:26 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm

2022-04-05 06:34:32 UTC

|4 BUILD_DATE=2022-04-05T08:33:04+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=765cf6f2-ls7 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils procps shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-04-05 06:34:33 UTC

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

2022-04-05 06:34:33 UTC

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

2022-04-05 06:34:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-04-05 06:34:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-04-05T08:33:04+02:00

2022-04-05 06:34:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2022-04-05 06:34:37 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2022-04-05 06:34:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-04-05 06:34:39 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=b2fbba634225c2a69ce1bc79d83feddbb94c7e8b

2022-04-05 06:34:40 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b2fbba634225c2a69ce1bc79d83feddbb94c7e8b

2022-04-05 06:34:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2022-04-05 06:34:42 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2022-04-05 06:34:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2022-04-05 06:34:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-04-05 06:34:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=765cf6f2-ls7

2022-04-11 04:02:02 UTC

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

2022-04-11 04:02:02 UTC

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

2022-04-11 04:02:03 UTC

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

2022-04-11 04:02:03 UTC

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

2022-04-11 04:02:03 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.2-r3-ls186 Build-date:- 2022-04-10T23:00:58-05:00

2022-04-11 04:02:03 UTC

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

2022-04-11 04:02:04 UTC

/bin/sh -c #(nop) ARG QBT_VERSION=1.7

2022-04-11 04:02:04 UTC

/bin/sh -c #(nop) ARG UNRAR_VERSION=6.1.4

2022-04-11 04:02:04 UTC

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

2022-04-11 04:03:39 UTC

|5 BUILD_DATE=2022-04-10T23:00:58-05:00 QBITTORRENT_VERSION=4.4.2-r3 QBT_VERSION=1.7 UNRAR_VERSION=6.1.4 VERSION=4.4.2-r3-ls186 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --upgrade --virtual=build-dependencies make g++ gcc && echo "**** install packages ****" && apk add -U --update --no-cache bash curl gcompat icu-libs libc6-compat libstdc++ openssl p7zip python3 && echo "**** install unrar from source ****" && mkdir /tmp/unrar && curl -o /tmp/unrar.tar.gz -L "https://www.rarlab.com/rar/unrarsrc-${UNRAR_VERSION}.tar.gz" && tar xf /tmp/unrar.tar.gz -C /tmp/unrar --strip-components=1 && cd /tmp/unrar && make && install -v -m755 unrar /usr/bin && if [ -z ${QBITTORRENT_VERSION+x} ]; then QBITTORRENT_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:qbittorrent-nox$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add -U --upgrade --no-cache qbittorrent-nox==${QBITTORRENT_VERSION} && echo "***** install qbitorrent-cli ****" && mkdir /qbt && curl -L -o /tmp/qbt.tar.gz "https://github.com/linuxserver/docker-qbittorrent/releases/download/qbt-${QBT_VERSION}/qbt-arm.tar.gz" && tar xf /tmp/qbt.tar.gz -C /qbt && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/*

2022-04-11 04:03:40 UTC

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

2022-04-11 04:03:40 UTC

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

2022-04-11 04:03:40 UTC

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

2022-04-11 04:03:40 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-04-11 04:03:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-04-10T23:00:58-05:00

2022-04-11 04:03:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=The [Qbittorrent](https://www.qbittorrent.org/) project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.

2022-04-11 04:03:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-qbittorrent

2022-04-11 04:03:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-04-11 04:03:42 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=d17662b2d76d1a081dc6cb1336445431167e66f4

2022-04-11 04:03:42 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=d17662b2d76d1a081dc6cb1336445431167e66f4

2022-04-11 04:03:42 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-qbittorrent

2022-04-11 04:03:42 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Qbittorrent

2022-04-11 04:03:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-qbittorrent/packages

2022-04-11 04:03:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-04-11 04:03:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.4.2-r3-ls186

Details
Created

2022-04-11 04:03:07 UTC

Size

97.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.2-r3-ls186 Build-date:- 2022-04-10T23:00:58-05:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-04-10T23:00:58-05:00
  • org.opencontainers.image.description
    The [Qbittorrent](https://www.qbittorrent.org/) project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-qbittorrent
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    d17662b2d76d1a081dc6cb1336445431167e66f4
  • org.opencontainers.image.revision
    d17662b2d76d1a081dc6cb1336445431167e66f4
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-qbittorrent
  • org.opencontainers.image.title
    Qbittorrent
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-qbittorrent/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    4.4.2-r3-ls186

Environment
HOME

/config

PATH

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

PS1

$(whoami)@$(hostname):$(pwd)\$

TERM

xterm

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/config


Layers

[#000] sha256:57b489c51ade8dccbf8976fb60e608ce8624cdd583a8107ae134109a27ecd839 - 2.79% (2.71 MB)

[#001] sha256:3f0da8f245f1d3920ce4868079bb695b001fbb0d99486ccb7b2cdd406d57e443 - 2.21% (2.15 MB)

[#002] sha256:fcb84ee20aa322080f78fc24cd1d88cb2e257bce981e5ad68fac8f67a696de18 - 2.16% (2.1 MB)

[#003] sha256:bd7a10691c3e8bc14c3ad015ae9a87312a0f96cdec2c46c5cc3aa09e0ea9ba16 - 0.0% (408 Bytes)

[#004] sha256:81ba7ad53064c1399a779933b2561815e5e22d0c5a241ea5e87bacdcbfe1290d - 4.73% (4.59 MB)

[#005] sha256:dfcbff3e8bebc91a31cb35d7278fd1edd5be028d16bb5a7bd98b0f97d57e872e - 0.0% (3.55 KB)

[#006] sha256:fd66a2dc0389ebb6246a50f8b0fe28bfbb9fb65b38dc60c4550b48869b44871e - 88.1% (85.6 MB)

[#007] sha256:013782c84463b139adef642d576f1561c43ddeef296e532b7b0e5505be7ced24 - 0.0% (1.03 KB)


History
2022-04-05 06:34:16 UTC

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

2022-04-05 06:34:16 UTC

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

2022-04-05 06:34:17 UTC

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

2022-04-05 06:34:18 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 765cf6f2-ls7 Build-date:- 2022-04-05T08:33:04+02:00

2022-04-05 06:34:19 UTC

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

2022-04-05 06:34:20 UTC

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

2022-04-05 06:34:21 UTC

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

2022-04-05 06:34:23 UTC

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

2022-04-05 06:34:24 UTC

|4 BUILD_DATE=2022-04-05T08:33:04+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=765cf6f2-ls7 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-04-05 06:34:25 UTC

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

2022-04-05 06:34:25 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm

2022-04-05 06:34:32 UTC

|4 BUILD_DATE=2022-04-05T08:33:04+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=765cf6f2-ls7 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils procps shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-04-05 06:34:33 UTC

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

2022-04-05 06:34:33 UTC

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

2022-04-05 06:34:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-04-05 06:34:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-04-05T08:33:04+02:00

2022-04-05 06:34:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2022-04-05 06:34:37 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2022-04-05 06:34:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-04-05 06:34:39 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=b2fbba634225c2a69ce1bc79d83feddbb94c7e8b

2022-04-05 06:34:40 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=b2fbba634225c2a69ce1bc79d83feddbb94c7e8b

2022-04-05 06:34:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2022-04-05 06:34:42 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2022-04-05 06:34:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2022-04-05 06:34:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-04-05 06:34:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=765cf6f2-ls7

2022-04-11 04:02:06 UTC

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

2022-04-11 04:02:07 UTC

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

2022-04-11 04:02:08 UTC

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

2022-04-11 04:02:09 UTC

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

2022-04-11 04:02:10 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.2-r3-ls186 Build-date:- 2022-04-10T23:00:58-05:00

2022-04-11 04:02:11 UTC

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

2022-04-11 04:02:12 UTC

/bin/sh -c #(nop) ARG QBT_VERSION=1.7

2022-04-11 04:02:13 UTC

/bin/sh -c #(nop) ARG UNRAR_VERSION=6.1.4

2022-04-11 04:02:14 UTC

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

2022-04-11 04:02:53 UTC

|5 BUILD_DATE=2022-04-10T23:00:58-05:00 QBITTORRENT_VERSION=4.4.2-r3 QBT_VERSION=1.7 UNRAR_VERSION=6.1.4 VERSION=4.4.2-r3-ls186 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --upgrade --virtual=build-dependencies make g++ gcc && echo "**** install packages ****" && apk add -U --update --no-cache bash curl icu-libs libstdc++ openssl p7zip python3 && echo "**** install unrar from source ****" && mkdir /tmp/unrar && curl -o /tmp/unrar.tar.gz -L "https://www.rarlab.com/rar/unrarsrc-${UNRAR_VERSION}.tar.gz" && tar xf /tmp/unrar.tar.gz -C /tmp/unrar --strip-components=1 && cd /tmp/unrar && make && install -v -m755 unrar /usr/bin && if [ -z ${QBITTORRENT_VERSION+x} ]; then QBITTORRENT_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:qbittorrent-nox$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add -U --upgrade --no-cache qbittorrent-nox==${QBITTORRENT_VERSION} && echo "***** install qbitorrent-cli ****" && mkdir /qbt && curl -L -o /tmp/qbt.tar.gz "https://github.com/linuxserver/docker-qbittorrent/releases/download/qbt-${QBT_VERSION}/qbt-arm64.tar.gz" && tar xf /tmp/qbt.tar.gz -C /qbt && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/*

2022-04-11 04:02:54 UTC

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

2022-04-11 04:02:54 UTC

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

2022-04-11 04:02:55 UTC

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

2022-04-11 04:02:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-04-11 04:02:57 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-04-10T23:00:58-05:00

2022-04-11 04:02:58 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=The [Qbittorrent](https://www.qbittorrent.org/) project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.

2022-04-11 04:02:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-qbittorrent

2022-04-11 04:03:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-04-11 04:03:01 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=d17662b2d76d1a081dc6cb1336445431167e66f4

2022-04-11 04:03:02 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=d17662b2d76d1a081dc6cb1336445431167e66f4

2022-04-11 04:03:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-qbittorrent

2022-04-11 04:03:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Qbittorrent

2022-04-11 04:03:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-qbittorrent/packages

2022-04-11 04:03:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-04-11 04:03:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.4.2-r3-ls186

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete