Namespace
linuxserver
Image / Tag
qbittorrent:arm64v8-4.4.3.1-r0-ls198
Content Digest
sha256:9383ed95f6a61d2607568ba5e9c34e7df3a82bcd6719ab124ea1a466d1fa8380
Details
Created

2022-05-26 19:52:15 UTC

Size

85.3 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4.4.3.1-r0-ls198 Build-date:- 2022-05-26T14:50:15-05:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-05-26T14:50:15-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
    6c107b1b8eba75ff154a3f71b2fcc901f3c7e995
  • org.opencontainers.image.revision
    6c107b1b8eba75ff154a3f71b2fcc901f3c7e995
  • 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.3.1-r0-ls198

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:86b44af346b55b3001891366b6e1b353d6c9eaddc1bfdfc062c7ddb53c7e0d94 - 3.15% (2.68 MB)

[#001] sha256:eb24bca851cbed71d5c7d9c21a21dafc5e6490b92d657345d2f5ec377bdaf0da - 2.52% (2.15 MB)

[#002] sha256:e099bff8aec525241dc5f24f20417502b1bb70db61fcd0018f76deb492b51d35 - 2.46% (2.1 MB)

[#003] sha256:5aaa47cf90f10c8e62710c3b62c010922a005d1dd1adb075fc9d00df32196688 - 0.0% (412 Bytes)

[#004] sha256:a653e2f55ba67f8ccff3accf45d617369dc497fefb1f9fadd83d95b682de6484 - 5.39% (4.6 MB)

[#005] sha256:404b05e61f20be747000318c3667669f374414d68e1787040db17494acf29318 - 0.0% (3.63 KB)

[#006] sha256:5d3faaad6f359bce4e07649be2f275b6ae6065a2752b5fb421f4669068f64716 - 86.48% (73.8 MB)

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


History
2022-05-24 06:35:53 UTC

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

2022-05-24 06:35:54 UTC

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

2022-05-24 06:35:54 UTC

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

2022-05-24 06:35:55 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 9cf1ad1b-ls15 Build-date:- 2022-05-24T01:34:40-05:00

2022-05-24 06:35:56 UTC

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

2022-05-24 06:35:57 UTC

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

2022-05-24 06:35:58 UTC

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

2022-05-24 06:36:00 UTC

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

2022-05-24 06:36:00 UTC

|4 BUILD_DATE=2022-05-24T01:34:40-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=9cf1ad1b-ls15 /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-05-24 06:36:02 UTC

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

2022-05-24 06:36:02 UTC

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

2022-05-24 06:36:08 UTC

|4 BUILD_DATE=2022-05-24T01:34:40-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=9cf1ad1b-ls15 /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-05-24 06:36:09 UTC

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

2022-05-24 06:36:09 UTC

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

2022-05-24 06:36:10 UTC

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

2022-05-24 06:36:11 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-24T01:34:40-05:00

2022-05-24 06:36:12 UTC

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

2022-05-24 06:36:13 UTC

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

2022-05-24 06:36:14 UTC

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

2022-05-24 06:36:15 UTC

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

2022-05-24 06:36:16 UTC

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

2022-05-24 06:36:17 UTC

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

2022-05-24 06:36:18 UTC

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

2022-05-24 06:36:19 UTC

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

2022-05-24 06:36:20 UTC

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

2022-05-24 06:36:21 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=9cf1ad1b-ls15

2022-05-26 19:51:18 UTC

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

2022-05-26 19:51:19 UTC

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

2022-05-26 19:51:20 UTC

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

2022-05-26 19:51:21 UTC

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

2022-05-26 19:51:22 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.4.3.1-r0-ls198 Build-date:- 2022-05-26T14:50:15-05:00

2022-05-26 19:51:23 UTC

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

2022-05-26 19:51:24 UTC

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

2022-05-26 19:51:25 UTC

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

2022-05-26 19:52:01 UTC

|4 BUILD_DATE=2022-05-26T14:50:15-05:00 QBITTORRENT_VERSION=4.4.3.1-r0 UNRAR_VERSION=6.1.4 VERSION=4.4.3.1-r0-ls198 /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 && QBT_VERSION=$(curl -sL "https://api.github.com/repos/fedarovich/qbittorrent-cli/releases" | awk '/tag_name/{print $4;exit}' FS='[""]'); curl -o /tmp/qbt.tar.gz -L "https://github.com/fedarovich/qbittorrent-cli/releases/download/${QBT_VERSION}/qbt-linux-alpine-arm64-${QBT_VERSION:1}.tar.gz" && tar xf /tmp/qbt.tar.gz -C /qbt && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/*

2022-05-26 19:52:02 UTC

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

2022-05-26 19:52:02 UTC

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

2022-05-26 19:52:03 UTC

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

2022-05-26 19:52:04 UTC

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

2022-05-26 19:52:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-26T14:50:15-05:00

2022-05-26 19:52:06 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-05-26 19:52:07 UTC

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

2022-05-26 19:52:08 UTC

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

2022-05-26 19:52:09 UTC

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

2022-05-26 19:52:10 UTC

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

2022-05-26 19:52:11 UTC

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

2022-05-26 19:52:12 UTC

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

2022-05-26 19:52:13 UTC

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

2022-05-26 19:52:14 UTC

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

2022-05-26 19:52:15 UTC

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

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