qbittorrent (sha256:8a3ed2eabe6d1f9c4d3dc93e311fb5d89fcd65c21175e0301ce261fd49fa3de1)
Published 2026-04-13 00:02:21 +00:00 by rasmuskr
Installation
docker pull code.rakr.dk/mirror/qbittorrent@sha256:8a3ed2eabe6d1f9c4d3dc93e311fb5d89fcd65c21175e0301ce261fd49fa3de1sha256:8a3ed2eabe6d1f9c4d3dc93e311fb5d89fcd65c21175e0301ce261fd49fa3de1About this package
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.
Image layers
| COPY /root-out/ / # buildkit |
| ARG BUILD_DATE=2026-04-11T14:09:07+00:00 |
| ARG VERSION=cebab53b-ls227 |
| ARG MODS_VERSION=v3 |
| ARG PKG_INST_VERSION=v1 |
| ARG LSIOWN_VERSION=v1 |
| ARG WITHCONTENV_VERSION=v1 |
| LABEL build_version=Linuxserver.io version:- cebab53b-ls227 Build-date:- 2026-04-11T14:09:07+00:00 |
| LABEL maintainer=TheLamer |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit |
| 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 |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit |
| 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 |
| RUN |6 BUILD_DATE=2026-04-11T14:09:07+00:00 VERSION=cebab53b-ls227 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache 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 |
| COPY root/ / # buildkit |
| ENTRYPOINT ["/init"] |
| ENV LSIO_FIRST_PARTY=true |
| ARG BUILD_DATE=2026-04-12T07:56:06+00:00 |
| ARG VERSION=5.1.4-r3-ls450 |
| ARG QBITTORRENT_VERSION=5.1.4-r3 |
| ARG QBT_CLI_VERSION |
| LABEL build_version=Linuxserver.io version:- 5.1.4-r3-ls450 Build-date:- 2026-04-12T07:56:06+00:00 |
| LABEL maintainer=thespad |
| ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config |
| RUN |4 BUILD_DATE=2026-04-12T07:56:06+00:00 VERSION=5.1.4-r3-ls450 QBITTORRENT_VERSION=5.1.4-r3 QBT_CLI_VERSION= /bin/sh -c echo "**** install packages ****" && apk add --no-cache grep icu-libs p7zip python3 qt6-qtbase-sqlite && 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 && 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-x64-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 |
| COPY root/ / # buildkit |
| COPY /usr/bin/unrar-alpine /usr/bin/unrar # buildkit |
| EXPOSE [6881/tcp 6881/udp 8080/tcp] |
| VOLUME [/config] |
Labels
| Key | Value |
|---|---|
| build_version | Linuxserver.io version:- 5.1.4-r3-ls450 Build-date:- 2026-04-12T07:56:06+00:00 |
| maintainer | thespad |
| org.opencontainers.image.authors | linuxserver.io |
| org.opencontainers.image.created | 2026-04-12T07:56:06+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 | a95d0d5fffc1c5129ae697699a9e784e3c61d537 |
| org.opencontainers.image.revision | a95d0d5fffc1c5129ae697699a9e784e3c61d537 |
| 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 | 5.1.4-r3-ls450 |