Namespace
linuxserver
Image / Tag
qbittorrent:arm32v7-4.4.1-r0-ls179
Content Digest
sha256:b9083b53a241a34c74a6ceab4bd5003cc37ab00b836d575d15290be8c3eef3c6
Details
Created

2022-03-14 03:53:54 UTC

Size

91 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.1-r0-ls179 Build-date:- 2022-03-13T22:51:40-05:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-03-13T22:51:40-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
    52f469a40db3a2cce37c503b5f16a525385d6186
  • org.opencontainers.image.revision
    52f469a40db3a2cce37c503b5f16a525385d6186
  • 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.1-r0-ls179

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:dd5c4f00638e8e073d8e127b8a1c69650135a163caa0a878b3859482b99b443b - 2.66% (2.42 MB)

[#001] sha256:268255cd4c294ebda3aa7405ef943830d3a1e31a6bd9b8fe9f3a1a83eb353ca8 - 2.36% (2.15 MB)

[#002] sha256:7d9885232e47e9ae5204f0786f3c7072dad0e6c8cda06c42d404d3ae34cfc8cf - 2.29% (2.08 MB)

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

[#004] sha256:254bd030ef5f4a9f047781a6142f26e72e9b8156e7c88663a32ba62a02102270 - 4.52% (4.11 MB)

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

[#006] sha256:5c3e647e82065e2594935ae241f61193405aa71325de6464ac59bfe28dcfc917 - 88.16% (80.2 MB)

[#007] sha256:5083426945ff81c7a101199146771937ef69d9234ad340435a537b9c5e3647d1 - 0.0% (1.03 KB)


History
2022-03-08 06:32:50 UTC

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

2022-03-08 06:32:50 UTC

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

2022-03-08 06:32:51 UTC

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

2022-03-08 06:32:52 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a4a69bc0-ls3 Build-date:- 2022-03-08T07:31:44+01:00

2022-03-08 06:32:53 UTC

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

2022-03-08 06:32:54 UTC

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

2022-03-08 06:32:55 UTC

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

2022-03-08 06:32:57 UTC

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

2022-03-08 06:32:58 UTC

|4 BUILD_DATE=2022-03-08T07:31:44+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=a4a69bc0-ls3 /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-03-08 06:32:59 UTC

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

2022-03-08 06:32:59 UTC

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

2022-03-08 06:33:03 UTC

|4 BUILD_DATE=2022-03-08T07:31:44+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=a4a69bc0-ls3 /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-03-08 06:33:04 UTC

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

2022-03-08 06:33:04 UTC

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

2022-03-08 06:33:05 UTC

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

2022-03-08 06:33:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-08T07:31:44+01:00

2022-03-08 06:33:07 UTC

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

2022-03-08 06:33:08 UTC

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

2022-03-08 06:33:09 UTC

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

2022-03-08 06:33:10 UTC

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

2022-03-08 06:33:11 UTC

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

2022-03-08 06:33:12 UTC

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

2022-03-08 06:33:13 UTC

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

2022-03-08 06:33:14 UTC

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

2022-03-08 06:33:15 UTC

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

2022-03-08 06:33:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=a4a69bc0-ls3

2022-03-14 03:52:49 UTC

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

2022-03-14 03:52:50 UTC

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

2022-03-14 03:52:51 UTC

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

2022-03-14 03:52:52 UTC

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

2022-03-14 03:52:53 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.1-r0-ls179 Build-date:- 2022-03-13T22:51:40-05:00

2022-03-14 03:52:54 UTC

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

2022-03-14 03:52:55 UTC

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

2022-03-14 03:52:56 UTC

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

2022-03-14 03:52:57 UTC

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

2022-03-14 03:53:39 UTC

|5 BUILD_DATE=2022-03-13T22:51:40-05:00 QBITTORRENT_VERSION=4.4.1-r0 QBT_VERSION=1.7 UNRAR_VERSION=6.1.4 VERSION=4.4.1-r0-ls179 /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-03-14 03:53:41 UTC

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

2022-03-14 03:53:41 UTC

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

2022-03-14 03:53:42 UTC

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

2022-03-14 03:53:43 UTC

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

2022-03-14 03:53:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-13T22:51:40-05:00

2022-03-14 03:53:45 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-03-14 03:53:46 UTC

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

2022-03-14 03:53:47 UTC

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

2022-03-14 03:53:48 UTC

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

2022-03-14 03:53:49 UTC

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

2022-03-14 03:53:50 UTC

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

2022-03-14 03:53:51 UTC

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

2022-03-14 03:53:52 UTC

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

2022-03-14 03:53:53 UTC

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

2022-03-14 03:53:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.4.1-r0-ls179

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