Namespace
linuxserver
Image / Tag
qbittorrent:arm64v8-libtorrentv1
Content Digest
sha256:b2cecc2d7dcd127445fe4a89d3ef8e428f255af8574a6fbccaa34d8662ea01fb
Details
Created

2025-11-23 06:59:10 UTC

Size

90.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- release-5.1.4_v1.2.20-ls97 Build-date:- 2025-11-23T06:57:37+00:00
  • maintainer
    thespad
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2025-11-23T06:57:37+00: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
    54284fbeb782236b8674c517cbfd8eb820b688b4
  • org.opencontainers.image.revision
    54284fbeb782236b8674c517cbfd8eb820b688b4
  • 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
    release-5.1.4_v1.2.20-ls97

Environment
HOME

/config

LSIO_FIRST_PARTY

true

PATH

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

PS1

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

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

TERM

xterm

VIRTUAL_ENV

/lsiopy

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/config


Layers

[#000] sha256:d21925b918413bce7b096085f7b5586c8791621803cbec8154558a55b261ea6c - 7.43% (6.7 MB)

[#001] sha256:f6a4c3e338ed76d3e90c1ce7a15013a45c9b55febc952bc905eed245ce0bb8d2 - 0.01% (6.09 KB)

[#002] sha256:eae73ba3ccbd2ff197e3a0fc8f45258764bf4d745fd0ca275ca5de127aba24ed - 0.0% (1.33 KB)

[#003] sha256:2a7c8796efcd1bcc128546bd9a3e55826fa5df5fef9470e53558da4495a14133 - 0.0% (701 Bytes)

[#004] sha256:b88fd0ecf6a765304c146dc57cb9b9c43cc19fc25a429bddf8d197ebfd88054a - 0.0% (429 Bytes)

[#005] sha256:6d3d57dff955442959a89bb59e4465585fdd89d014f888a1189cf676c230bd69 - 6.5% (5.86 MB)

[#006] sha256:568ad612e93691b1e97abc2e1a9061c4c34972a1b7b57fc098637c3b057d400b - 0.0% (4.52 KB)

[#007] sha256:961da8b9bd23a64179a7c8475ecc4f18ba0e429ec56efe978c6937f6d16d5a3d - 85.41% (77 MB)

[#008] sha256:fdc407608e475f229850a8b7fafa924b5503d7392a5ea13486dc654bd329c1ae - 0.0% (1.49 KB)

[#009] sha256:3e013d21bcad27f5a981adba7f5e9a19aa724bb1ef8cfc2e922ae7b7c60ad086 - 0.64% (590 KB)


History
2025-11-22 13:39:30 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2025-11-22 13:39:30 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE=2025-11-22T13:38:16+00:00

2025-11-22 13:39:30 UTC (buildkit.dockerfile.v0)

ARG VERSION=4c1ed24a-ls16

2025-11-22 13:39:30 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2025-11-22 13:39:30 UTC (buildkit.dockerfile.v0)

ARG PKG_INST_VERSION=v1

2025-11-22 13:39:30 UTC (buildkit.dockerfile.v0)

ARG LSIOWN_VERSION=v1

2025-11-22 13:39:30 UTC (buildkit.dockerfile.v0)

ARG WITHCONTENV_VERSION=v1

2025-11-22 13:39:30 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 4c1ed24a-ls16 Build-date:- 2025-11-22T13:38:16+00:00

2025-11-22 13:39:30 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2025-11-22 13:39:30 UTC (buildkit.dockerfile.v0)

ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit

2025-11-22 13:39:30 UTC (buildkit.dockerfile.v0)

ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit

2025-11-22 13:39:30 UTC (buildkit.dockerfile.v0)

ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit

2025-11-22 13:39:30 UTC (buildkit.dockerfile.v0)

ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit

2025-11-22 13:39:30 UTC (buildkit.dockerfile.v0)

ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2025-11-22 13:39:31 UTC (buildkit.dockerfile.v0)

RUN |6 BUILD_DATE=2025-11-22T13:38:16+00:00 VERSION=4c1ed24a-ls16 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates catatonit coreutils curl findutils jq netcat-openbsd procps-ng 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 /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2025-11-22 13:39:31 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2025-11-22 13:39:31 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2025-11-23 06:59:09 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2025-11-23 06:59:09 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE=2025-11-23T06:57:37+00:00

2025-11-23 06:59:09 UTC (buildkit.dockerfile.v0)

ARG VERSION=release-5.1.4_v1.2.20-ls97

2025-11-23 06:59:09 UTC (buildkit.dockerfile.v0)

ARG QBITTORRENT_VERSION=release-5.1.4_v1.2.20

2025-11-23 06:59:09 UTC (buildkit.dockerfile.v0)

ARG QBT_CLI_VERSION

2025-11-23 06:59:09 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- release-5.1.4_v1.2.20-ls97 Build-date:- 2025-11-23T06:57:37+00:00

2025-11-23 06:59:09 UTC (buildkit.dockerfile.v0)

LABEL maintainer=thespad

2025-11-23 06:59:09 UTC (buildkit.dockerfile.v0)

ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config

2025-11-23 06:59:09 UTC (buildkit.dockerfile.v0)

RUN |4 BUILD_DATE=2025-11-23T06:57:37+00:00 VERSION=release-5.1.4_v1.2.20-ls97 QBITTORRENT_VERSION=release-5.1.4_v1.2.20 QBT_CLI_VERSION= /bin/sh -c echo "**** install packages ****" && apk add -U --update --no-cache grep icu-libs p7zip python3 qt6-qtbase-sqlite && echo "**** install qbittorrent ****" && if [ -z ${QBITTORRENT_VERSION+x} ]; then QBITTORRENT_VERSION=$(curl -sL "https://api.github.com/repos/userdocs/qbittorrent-nox-static/releases" | jq -r 'first(.[] | select(.prerelease == true) | .tag_name)'); fi && curl -o /app/qbittorrent-nox -L "https://github.com/userdocs/qbittorrent-nox-static/releases/download/${QBITTORRENT_VERSION}/aarch64-qbittorrent-nox" && chmod +x /app/qbittorrent-nox && echo "***** install qbitorrent-cli ****" && mkdir /qbt && if [ -z ${QBT_CLI_VERSION+x} ]; then QBT_CLI_VERSION=$(curl -sL "https://api.github.com/repos/fedarovich/qbittorrent-cli/releases/latest" | jq -r '. | .tag_name'); fi && curl -o /tmp/qbt.tar.gz -L "https://github.com/fedarovich/qbittorrent-cli/releases/download/${QBT_CLI_VERSION}/qbt-linux-alpine-arm64-net6-${QBT_CLI_VERSION#v}.tar.gz" && tar xf /tmp/qbt.tar.gz -C /qbt && printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && echo "**** cleanup ****" && rm -rf /root/.cache /tmp/* # buildkit

2025-11-23 06:59:09 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2025-11-23 06:59:10 UTC (buildkit.dockerfile.v0)

COPY /usr/bin/unrar-alpine /usr/bin/unrar # buildkit

2025-11-23 06:59:10 UTC (buildkit.dockerfile.v0)

EXPOSE [6881/tcp 6881/udp 8080/tcp]

2025-11-23 06:59:10 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

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