logo
docker.io/linuxserver/qbittorrent:5.2.3
linux/arm64 docker.io 已验证 · linuxserver 请确认架构匹配

qbittorrent镜像由LinuxServer项目维护,提供了一个基于QBittorrent的BitTorrent客户端,支持多种协议和功能,包括磁力链接、DHT等。

24
浏览次数
214.67MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/qbittorrent:5.2.3-linuxarm64
源镜像
docker.io/linuxserver/qbittorrent:5.2.3
镜像ID
sha256:01329867ca404da43ea8ac34b45bf1b0f53aafc2a130261ebed561503e1c59d1
镜像 TAG
5.2.3-linuxarm64
镜像大小
214.67MB
平台架构
linux/arm64
镜像源
docker.io
CMD
启动入口
/init
工作目录
/
OS/平台
linux/arm64
镜像创建
2026-08-10T21:26:36.055744419Z
同步时间
2026-08-14 14:50
浏览量
24 次
贡献者
🔌 开放端口 3
6881/tcp 6881/udp 8080/tcp
📁 目录挂载 1
 /config
⚙️ 环境变量 11
KeyValue
PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
PS1=$(whoami)@$(hostname):$(pwd)\$ 1
HOME=/config 2
TERM=xterm 3
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 4
S6_VERBOSITY=1 5
S6_STAGE2_HOOK=/docker-mods 6
VIRTUAL_ENV=/lsiopy 7
LSIO_FIRST_PARTY=true 8
XDG_CONFIG_HOME=/config 9
XDG_DATA_HOME=/config 10
🏷️ 镜像标签 14
KeyValue
Linuxserver.io version:- 5.2.3_v2.0.14-ls471 Build-date:- 2026-08-10T21:24:20+00:00 build_version
thespad maintainer
linuxserver.io org.opencontainers.image.authors
2026-08-10T21:24:20+00:00 org.opencontainers.image.created
The [Qbittorrent](https://www.qbittorrent.org/) is a bittorrent client programmed in C++ / Qt that uses libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg. org.opencontainers.image.description
https://docs.linuxserver.io/images/docker-qbittorrent org.opencontainers.image.documentation
GPL-3.0-only org.opencontainers.image.licenses
9c7272e219779806e638f155eeaedfa59133a45b org.opencontainers.image.ref.name
9c7272e219779806e638f155eeaedfa59133a45b org.opencontainers.image.revision
https://github.com/linuxserver/docker-qbittorrent org.opencontainers.image.source
Qbittorrent org.opencontainers.image.title
https://github.com/linuxserver/docker-qbittorrent/packages org.opencontainers.image.url
linuxserver.io org.opencontainers.image.vendor
5.2.3_v2.0.14-ls471 org.opencontainers.image.version
🛡️ 镜像安全扫描
alpine 3.24.1 Trivy 2026-08-14 14:50 查看完整报告
0
低危 LOW
0
中危 MEDIUM
4
高危 HIGH
0
严重 CRITICAL
受影响目标 (2)
docker.io/linuxserver/qbittorrent:5.2.3 (alpine 3.24.1) alpine qbt/qbt.deps.json dotnet-core

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/qbittorrent:5.2.3-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/qbittorrent:5.2.3-linuxarm64  docker.io/linuxserver/qbittorrent:5.2.3

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/qbittorrent:5.2.3-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/qbittorrent:5.2.3-linuxarm64  docker.io/linuxserver/qbittorrent:5.2.3

Shell快速替换命令

sed -i 's#linuxserver/qbittorrent:5.2.3#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/qbittorrent:5.2.3-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/qbittorrent:5.2.3-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/qbittorrent:5.2.3-linuxarm64  docker.io/linuxserver/qbittorrent:5.2.3'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/qbittorrent:5.2.3-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/qbittorrent:5.2.3-linuxarm64  docker.io/linuxserver/qbittorrent:5.2.3'

镜像构建历史


# 2026-08-11 05:26:36  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/config]
                        
# 2026-08-11 05:26:36  0.00B 声明容器运行时监听的端口
EXPOSE [6881/tcp 6881/udp 8080/tcp]
                        
# 2026-08-11 05:26:36  724.50KB 复制新文件或目录到容器中
COPY /usr/bin/unrar-alpine /usr/bin/unrar # buildkit
                        
# 2026-08-11 05:26:36  2.13KB 复制新文件或目录到容器中
COPY root/ / # buildkit
                        
# 2026-08-11 05:26:35  173.83MB 执行命令并创建新的镜像层
RUN |4 BUILD_DATE=2026-08-10T21:24:20+00:00 VERSION=5.2.3_v2.0.14-ls471 QBITTORRENT_VERSION=5.2.3_v2.0.14 QBT_CLI_VERSION= /bin/sh -c echo "**** install packages ****" &&   apk add --no-cache     grep     icu-libs     p7zip     python3 &&   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)' | awk -F '-' '{print $2}');   fi &&   curl -o     /app/qbittorrent-nox -L     "https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${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
                        
# 2026-08-11 05:26:35  0.00B 设置环境变量 HOME XDG_CONFIG_HOME XDG_DATA_HOME
ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
                        
# 2026-08-11 05:26:35  0.00B 添加元数据标签
LABEL maintainer=thespad
                        
# 2026-08-11 05:26:35  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- 5.2.3_v2.0.14-ls471 Build-date:- 2026-08-10T21:24:20+00:00
                        
# 2026-08-11 05:26:35  0.00B 定义构建参数
ARG QBT_CLI_VERSION
                        
# 2026-08-11 05:26:35  0.00B 定义构建参数
ARG QBITTORRENT_VERSION=5.2.3_v2.0.14
                        
# 2026-08-11 05:26:35  0.00B 定义构建参数
ARG VERSION=5.2.3_v2.0.14-ls471
                        
# 2026-08-11 05:26:35  0.00B 定义构建参数
ARG BUILD_DATE=2026-08-10T21:24:20+00:00
                        
# 2026-08-11 05:26:35  0.00B 设置环境变量 LSIO_FIRST_PARTY
ENV LSIO_FIRST_PARTY=true
                        
# 2026-08-01 22:46:05  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2026-08-01 22:46:05  9.42KB 复制新文件或目录到容器中
COPY root/ / # buildkit
                        
# 2026-08-01 22:46:05  21.50MB 执行命令并创建新的镜像层
RUN |6 BUILD_DATE=2026-08-01T14:44:29+00:00 VERSION=f4dd099d-ls7 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
                        
# 2026-08-01 22:46:04  0.00B 设置环境变量 PS1 HOME TERM S6_CMD_WAIT_FOR_SERVICES_MAXTIME S6_VERBOSITY S6_STAGE2_HOOK VIRTUAL_ENV PATH
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
                        
# 2026-08-01 22:46:04  478.00B 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit
                        
# 2026-08-01 22:46:04  945.00B 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit
                        
# 2026-08-01 22:46:04  4.18KB 复制文件或目录到容器中
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
                        
# 2026-08-01 22:46:04  31.19KB 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
                        
# 2026-08-01 22:46:04  0.00B 添加元数据标签
LABEL maintainer=TheLamer
                        
# 2026-08-01 22:46:04  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- f4dd099d-ls7 Build-date:- 2026-08-01T14:44:29+00:00
                        
# 2026-08-01 22:46:04  0.00B 定义构建参数
ARG WITHCONTENV_VERSION=v1
                        
# 2026-08-01 22:46:04  0.00B 定义构建参数
ARG LSIOWN_VERSION=v1
                        
# 2026-08-01 22:46:04  0.00B 定义构建参数
ARG PKG_INST_VERSION=v1
                        
# 2026-08-01 22:46:04  0.00B 定义构建参数
ARG MODS_VERSION=v3
                        
# 2026-08-01 22:46:04  0.00B 定义构建参数
ARG VERSION=f4dd099d-ls7
                        
# 2026-08-01 22:46:04  0.00B 定义构建参数
ARG BUILD_DATE=2026-08-01T14:44:29+00:00
                        
# 2026-08-01 22:46:04  18.57MB 复制新文件或目录到容器中
COPY /root-out/ / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:01329867ca404da43ea8ac34b45bf1b0f53aafc2a130261ebed561503e1c59d1",
    "RepoTags": [
        "linuxserver/qbittorrent:5.2.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/qbittorrent:5.2.3-linuxarm64"
    ],
    "RepoDigests": [
        "linuxserver/qbittorrent@sha256:6816d2b144b1eb97665f886e41e18a14d026ba78c9d0953fc68a1211ea819433",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/qbittorrent@sha256:146375eb00af70ffe9b7c97491689f77d0ee1402423f7e3310eae4c78f2aa0e3"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-08-10T21:26:36.055744419Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "6881/tcp": {},
            "6881/udp": {},
            "8080/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "PS1=$(whoami)@$(hostname):$(pwd)\\$ ",
            "HOME=/config",
            "TERM=xterm",
            "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0",
            "S6_VERBOSITY=1",
            "S6_STAGE2_HOOK=/docker-mods",
            "VIRTUAL_ENV=/lsiopy",
            "LSIO_FIRST_PARTY=true",
            "XDG_CONFIG_HOME=/config",
            "XDG_DATA_HOME=/config"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": {
            "/config": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/init"
        ],
        "OnBuild": null,
        "Labels": {
            "build_version": "Linuxserver.io version:- 5.2.3_v2.0.14-ls471 Build-date:- 2026-08-10T21:24:20+00:00",
            "maintainer": "thespad",
            "org.opencontainers.image.authors": "linuxserver.io",
            "org.opencontainers.image.created": "2026-08-10T21:24:20+00:00",
            "org.opencontainers.image.description": "The [Qbittorrent](https://www.qbittorrent.org/) is a bittorrent client programmed in C++ / Qt that uses libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg.",
            "org.opencontainers.image.documentation": "https://docs.linuxserver.io/images/docker-qbittorrent",
            "org.opencontainers.image.licenses": "GPL-3.0-only",
            "org.opencontainers.image.ref.name": "9c7272e219779806e638f155eeaedfa59133a45b",
            "org.opencontainers.image.revision": "9c7272e219779806e638f155eeaedfa59133a45b",
            "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.2.3_v2.0.14-ls471"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 214667546,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/ed609d3a1cac016bd684611b0d213928ff356c0d2658fcf853508b2fdd8eb981/diff:/var/lib/docker/overlay2/3288784a2caff399df6808f1e0405da63c74ec21f97ab6398ffe26344e3ebec9/diff:/var/lib/docker/overlay2/5eabb94d31cc0361ed75db3954e2d6a73051d900f810ed22b16df972969fd408/diff:/var/lib/docker/overlay2/4851b4609316ab52caff49205aaabddd24656e6ef176f21ab8df1d4332c6a6c8/diff:/var/lib/docker/overlay2/b448d0871f439c551c18df96a2f0b3939f6ea92e4d3216bd50d496bcc001af1f/diff:/var/lib/docker/overlay2/6ce2fd9b00037dbff330da52565ec5f86bd7fabc2737ae46608d973b5e8739af/diff:/var/lib/docker/overlay2/f82deedab67acb58ea91d8935c60dfccf8fa44de31356a2de9d08cf68e4dd7c6/diff:/var/lib/docker/overlay2/fb3a97cbb26a42d89f8473df9fa781bdde8291449aeeb2e1e5cf008d8a1195aa/diff:/var/lib/docker/overlay2/bf5bca466a1faf07dc0f4cd689a2a0d01575b7cb816e806577ea2405ae97fbfc/diff",
            "MergedDir": "/var/lib/docker/overlay2/8af55f21070b08df02007592c3c94d525ff1ac64ab6a424c06a72a644089bc38/merged",
            "UpperDir": "/var/lib/docker/overlay2/8af55f21070b08df02007592c3c94d525ff1ac64ab6a424c06a72a644089bc38/diff",
            "WorkDir": "/var/lib/docker/overlay2/8af55f21070b08df02007592c3c94d525ff1ac64ab6a424c06a72a644089bc38/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:d1f55aee98ad6a813e39331f5ca676f6c56e920b6da3ef70f6c13025e3c80287",
            "sha256:4237b4abe0c583f84633de1da55c1e716dbf60660634932965955c149a90929c",
            "sha256:c0dbb58df3d0fe96f081cca9c540e63af4e29933fef250d87bf8b38b27fd9fdd",
            "sha256:1f03ffa829aac65a84da5611b0be57510fc945327c272764d19691eaa7cd0e31",
            "sha256:353049a1761b8534472e1b6c28d5f8137ca3b59d7dc7d2b6f3f0cbc32ec9a2bf",
            "sha256:4f19919c10a2e2a2b281da79f3460da7b5b177a72b731f7ccd7ef6fc343a19f5",
            "sha256:b24045a48f5913c869444de24a541f8c09c5d032818fd5cfa37eead51d14caee",
            "sha256:6b05297e83cb68909daf5a1db7b0e87e6c166eeaca45249f1db89b818e191abf",
            "sha256:31b8a784ecc22e2e3b6b81d223b3b9b3f6f660f49eb5683e81e4d8090e84cd1b",
            "sha256:416379f2e71a57c371dcaf3b042bb1b1f77905b975e7b3208d4c43065d19c675"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-14T14:50:36.216967208+08:00"
    }
}

更多版本

docker.io/linuxserver/qbittorrent:4.6.5

linux/amd64 docker.io115.82MB2024-07-05 11:23
2947

docker.io/linuxserver/qbittorrent:amd64-4.6.5

linux/amd64 docker.io115.82MB2024-07-05 11:24
1373

docker.io/linuxserver/qbittorrent:arm64v8-4.6.5

linux/arm64 docker.io138.38MB2024-07-05 11:27
1209

docker.io/linuxserver/qbittorrent:5.0.2

linux/amd64 docker.io201.55MB2024-11-28 16:10
869

docker.io/linuxserver/qbittorrent:5.0.3-libtorrentv1

linux/amd64 docker.io210.53MB2025-01-27 22:22
829

docker.io/linuxserver/qbittorrent:5.0.3

linux/amd64 docker.io195.99MB2025-01-27 22:23
697

docker.io/linuxserver/qbittorrent:5.0.4

linux/amd64 docker.io195.44MB2025-02-22 09:10
1008

docker.io/linuxserver/qbittorrent:latest

linux/amd64 docker.io195.48MB2025-03-15 20:35
2237

docker.io/linuxserver/qbittorrent:4.6.7

linux/amd64 docker.io194.31MB2025-04-22 23:59
907

docker.io/linuxserver/qbittorrent:5.1.0

linux/arm64 docker.io219.25MB2025-06-15 20:59
595

docker.io/linuxserver/qbittorrent:5.1.1

linux/amd64 docker.io197.48MB2025-07-02 16:30
696

docker.io/linuxserver/qbittorrent:5.1.2

linux/amd64 docker.io203.96MB2025-07-03 19:17
809

docker.io/linuxserver/qbittorrent:5.1.4

linux/amd64 docker.io504.45MB2025-12-18 09:49
583

docker.io/linuxserver/qbittorrent:arm64v8-5.1.4

linux/arm64 docker.io511.02MB2026-01-07 15:07
326

docker.io/linuxserver/qbittorrent:4.5.5

linux/amd64 docker.io204.47MB2026-01-19 11:56
435

docker.io/linuxserver/qbittorrent:5.0.5-libtorrentv1

linux/amd64 docker.io214.83MB2026-03-12 20:49
321

docker.io/linuxserver/qbittorrent:5.1.4-libtorrentv1

linux/amd64 docker.io501.37MB2026-04-20 19:19
352

docker.io/linuxserver/qbittorrent:5.2.0

linux/amd64 docker.io193.28MB2026-05-18 00:19
384

docker.io/linuxserver/qbittorrent:5.2.1

linux/amd64 docker.io193.33MB2026-06-07 11:49
236

docker.io/linuxserver/qbittorrent:5.2.2

linux/amd64 docker.io193.38MB2026-06-18 15:18
293

docker.io/linuxserver/qbittorrent:5.2.3

linux/amd64 docker.io193.70MB2026-07-23 18:52
97

docker.io/linuxserver/qbittorrent:5.2.3

linux/arm64 docker.io214.67MB2026-08-14 14:50
23
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×