docker.io/linuxserver/qbittorrent:5.0.5-libtorrentv1 linux/amd64

docker.io/linuxserver/qbittorrent:5.0.5-libtorrentv1 - 国内下载镜像源 浏览次数:12 安全受验证的发布者-linuxserver

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

源镜像 docker.io/linuxserver/qbittorrent:5.0.5-libtorrentv1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/qbittorrent:5.0.5-libtorrentv1
镜像ID sha256:6bbd6732f4613c3242d5836d7cafad185010390e46477052d07203e68ee1578a
镜像TAG 5.0.5-libtorrentv1
大小 214.83MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /init
工作目录 /
OS/平台 linux/amd64
浏览量 12 次
贡献者
镜像创建 2025-04-27T06:55:23.404888436Z
同步时间 2026-03-12 20:49
开放端口
6881/tcp 6881/udp 8080/tcp
目录挂载
/config
环境变量
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
镜像标签
Linuxserver.io version:- release-5.0.5_v1.2.20-ls75 Build-date:- 2025-04-27T06:54:14+00:00: build_version thespad: maintainer linuxserver.io: org.opencontainers.image.authors 2025-04-27T06:54:14+00:00: org.opencontainers.image.created 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.description https://docs.linuxserver.io/images/docker-qbittorrent: org.opencontainers.image.documentation GPL-3.0-only: org.opencontainers.image.licenses e5a159eb110caefa4a9710668150bc6aeb0db877: org.opencontainers.image.ref.name e5a159eb110caefa4a9710668150bc6aeb0db877: 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 release-5.0.5_v1.2.20-ls75: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-04-27 14:55:23  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/config]
                        
# 2025-04-27 14:55:23  0.00B 声明容器运行时监听的端口
EXPOSE map[6881/tcp:{} 6881/udp:{} 8080/tcp:{}]
                        
# 2025-04-27 14:55:23  1.48MB 复制新文件或目录到容器中
COPY /usr/bin/unrar-alpine /usr/bin/unrar # buildkit
                        
# 2025-04-27 14:55:23  2.20KB 复制新文件或目录到容器中
COPY root/ / # buildkit
                        
# 2025-04-27 14:55:23  186.20MB 执行命令并创建新的镜像层
RUN |4 BUILD_DATE=2025-04-27T06:54:14+00:00 VERSION=release-5.0.5_v1.2.20-ls75 QBITTORRENT_VERSION=release-5.0.5_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}/x86_64-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-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
                        
# 2025-04-27 14:55:23  0.00B 设置环境变量 HOME XDG_CONFIG_HOME XDG_DATA_HOME
ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
                        
# 2025-04-27 14:55:23  0.00B 添加元数据标签
LABEL maintainer=thespad
                        
# 2025-04-27 14:55:23  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- release-5.0.5_v1.2.20-ls75 Build-date:- 2025-04-27T06:54:14+00:00
                        
# 2025-04-27 14:55:23  0.00B 定义构建参数
ARG QBT_CLI_VERSION
                        
# 2025-04-27 14:55:23  0.00B 定义构建参数
ARG QBITTORRENT_VERSION=release-5.0.5_v1.2.20
                        
# 2025-04-27 14:55:23  0.00B 定义构建参数
ARG VERSION=release-5.0.5_v1.2.20-ls75
                        
# 2025-04-27 14:55:23  0.00B 定义构建参数
ARG BUILD_DATE=2025-04-27T06:54:14+00:00
                        
# 2025-04-27 14:55:23  0.00B 设置环境变量 LSIO_FIRST_PARTY
ENV LSIO_FIRST_PARTY=true
                        
# 2025-04-10 06:10:29  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2025-04-10 06:10:29  7.58KB 复制新文件或目录到容器中
COPY root/ / # buildkit
                        
# 2025-04-10 06:10:29  14.00MB 执行命令并创建新的镜像层
RUN |6 BUILD_DATE=2025-04-09T22:09:28+00:00 VERSION=532ba5e0-ls13 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-04-10 06:10:28  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
                        
# 2025-04-10 06:10:28  478.00B 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit
                        
# 2025-04-10 06:10:27  945.00B 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit
                        
# 2025-04-10 06:10:27  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
                        
# 2025-04-10 06:10:27  31.11KB 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
                        
# 2025-04-10 06:10:27  0.00B 添加元数据标签
LABEL maintainer=TheLamer
                        
# 2025-04-10 06:10:27  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- 532ba5e0-ls13 Build-date:- 2025-04-09T22:09:28+00:00
                        
# 2025-04-10 06:10:27  0.00B 定义构建参数
ARG WITHCONTENV_VERSION=v1
                        
# 2025-04-10 06:10:27  0.00B 定义构建参数
ARG LSIOWN_VERSION=v1
                        
# 2025-04-10 06:10:27  0.00B 定义构建参数
ARG PKG_INST_VERSION=v1
                        
# 2025-04-10 06:10:27  0.00B 定义构建参数
ARG MODS_VERSION=v3
                        
# 2025-04-10 06:10:27  0.00B 定义构建参数
ARG VERSION=532ba5e0-ls13
                        
# 2025-04-10 06:10:27  0.00B 定义构建参数
ARG BUILD_DATE=2025-04-09T22:09:28+00:00
                        
# 2025-04-10 06:10:27  13.10MB 复制新文件或目录到容器中
COPY /root-out/ / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:6bbd6732f4613c3242d5836d7cafad185010390e46477052d07203e68ee1578a",
    "RepoTags": [
        "linuxserver/qbittorrent:5.0.5-libtorrentv1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/qbittorrent:5.0.5-libtorrentv1"
    ],
    "RepoDigests": [
        "linuxserver/qbittorrent@sha256:adfd1aabd3ecc19d83e8854760f8e070994d8a71c3c44106f61267a4c5579064",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/qbittorrent@sha256:db259218d9496e1eace6e9c892a3aa55c07fbfb6d6c94c2c2f068d98e3c39ca4"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-04-27T06:55:23.404888436Z",
    "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:- release-5.0.5_v1.2.20-ls75 Build-date:- 2025-04-27T06:54:14+00:00",
            "maintainer": "thespad",
            "org.opencontainers.image.authors": "linuxserver.io",
            "org.opencontainers.image.created": "2025-04-27T06:54:14+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": "e5a159eb110caefa4a9710668150bc6aeb0db877",
            "org.opencontainers.image.revision": "e5a159eb110caefa4a9710668150bc6aeb0db877",
            "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.0.5_v1.2.20-ls75"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 214832217,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/19ef604adee1c611bd93172369f7fdad0382bbf7b24a39782c85ead2a11f365e/diff:/var/lib/docker/overlay2/3f476c5cd8e094ba62a0eee246aa466f898100aa4616ff33ffee37d6d20b2453/diff:/var/lib/docker/overlay2/8ffb702a126ec660911c6ec3130acfa1838e2ed450f718c2426ed598d39bdb4e/diff:/var/lib/docker/overlay2/58cb10267f762573ebc0b8db3a28483a62eb0cd1fe1cd6e48e29b2481425a800/diff:/var/lib/docker/overlay2/dbc32f8965a5a574849795331b44ff0cb7745f7594c5b158fab62ee3e6a81e19/diff:/var/lib/docker/overlay2/dbecac8ffa02bea457deea921859390ade88432794f55b65ff889ecad2320df9/diff:/var/lib/docker/overlay2/cad53822fac51f577c7468c28b0d4ac43befec568780268f9e47d773dd24f111/diff:/var/lib/docker/overlay2/76929f3a46407914f45569f58686d0d76f52375381b1091b7ab0ff08bb3d1a62/diff:/var/lib/docker/overlay2/4d58557b65b0949db9945b8422575e263b742e4dcaa4e6ef61424c127e02b599/diff",
            "MergedDir": "/var/lib/docker/overlay2/6388e1d30eb31f473862c56abba5d8542406dae4d6a6a41c1e53f060712197dd/merged",
            "UpperDir": "/var/lib/docker/overlay2/6388e1d30eb31f473862c56abba5d8542406dae4d6a6a41c1e53f060712197dd/diff",
            "WorkDir": "/var/lib/docker/overlay2/6388e1d30eb31f473862c56abba5d8542406dae4d6a6a41c1e53f060712197dd/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:caec803784a3f8624dbbb080777756a34175d5ed647c66b6adbbad09d55a67aa",
            "sha256:9fb3fcee28a57a2dfecee72ed9e6cd097fb0c2acbed64277d8829e41da7c19c7",
            "sha256:a65ae225346a3abe5dc589e80f4a959c69671f70ae215bb8010c8a6850aaa41d",
            "sha256:1157f1bdb2e3d8f7399e9eb7fd207807719b19c6620423f66fdf79beb750c4f8",
            "sha256:6f7b0d131a41870830593c5a314b404735855f09d97f10972ddf33b71bec6377",
            "sha256:eae5a6ccb92e206bf3a0b29056c793b45edec7e7e126a6f2d818980c116bc97d",
            "sha256:0081f03b7d8c7d35cfd1794c8572ced39260ce895992cc4d54abb38f3f955953",
            "sha256:e3d4897c4e39b61c531de87cbfecc08a61c8e65510b5fbc18317dd27d8aa7462",
            "sha256:06adf7d9f2e65e265171156cfc327c4c6ffb131d741ad992d8c716ab1938819e",
            "sha256:e32985d95afbe3bbf38d07677ad95a1fa28d7b7e585784aa4250a13ab04206af"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-12T20:49:11.06039124+08:00"
    }
}

更多版本

docker.io/linuxserver/qbittorrent:4.6.5

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

docker.io/linuxserver/qbittorrent:amd64-4.6.5

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

docker.io/linuxserver/qbittorrent:arm64v8-4.6.5

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

docker.io/linuxserver/qbittorrent:5.0.2

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

docker.io/linuxserver/qbittorrent:5.0.3-libtorrentv1

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

docker.io/linuxserver/qbittorrent:5.0.3

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

docker.io/linuxserver/qbittorrent:5.0.4

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

docker.io/linuxserver/qbittorrent:latest

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

docker.io/linuxserver/qbittorrent:4.6.7

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

docker.io/linuxserver/qbittorrent:5.1.0

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

docker.io/linuxserver/qbittorrent:5.1.1

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

docker.io/linuxserver/qbittorrent:5.1.2

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

docker.io/linuxserver/qbittorrent:5.1.4

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

docker.io/linuxserver/qbittorrent:arm64v8-5.1.4

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

docker.io/linuxserver/qbittorrent:4.5.5

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

docker.io/linuxserver/qbittorrent:5.0.5-libtorrentv1

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