ghcr.io/onedr0p/qbittorrent:4.6.7 linux/amd64

ghcr.io/onedr0p/qbittorrent:4.6.7 - 国内下载镜像源 浏览次数:10
qbittorrent 是一个开源、跨平台的 torrent 客户端。该镜像提供了 qbittorrent 的容器环境,使得你可以轻松地安装和使用 qbittorrent。

该镜像支持以下功能:

  • 支持 torrent 协议
  • 支持磁力链下载
  • 支持多种语言支持(包括中文)
  • 支持多种种子类型(包括压缩包和图片等)
  • 支持多线程下载
  • 支持设置下载速度限制
  • 支持设置下载目录
  • 支持设置种子过滤器

该镜像基于 Ubuntu 20.04 LTS,使用 Dockerfile 构建。容器中提供了 qbittorrent 的 GUI 客户端和一个 web 界面,使得你可以轻松地管理你的 torrent 下载任务。

源镜像 ghcr.io/onedr0p/qbittorrent:4.6.7
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/onedr0p/qbittorrent:4.6.7
镜像ID sha256:866afd4676769bf7e5026daf609e196daf8cd39ecdad5ef3c5a58015d1ce9bb9
镜像TAG 4.6.7
大小 89.81MB
镜像源 ghcr.io
CMD /entrypoint.sh
启动入口 /usr/bin/catatonit --
工作目录 /config
OS/平台 linux/amd64
浏览量 10 次
贡献者
镜像创建 2024-09-17T01:25:05.73777315Z
同步时间 2025-08-16 18:49
更新时间 2025-08-17 04:42
目录挂载
/config
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin QBITTORRENT__PORT=8080 QBITTORRENT__BT_PORT=50413 UMASK=0002 TZ=Etc/UTC
镜像标签
2210c88efc2e1145150924ea05cb284e4ec1d7e3: org.opencontainers.image.revision https://github.com/qbittorrent/qBittorrent: org.opencontainers.image.source qbittorrent: org.opencontainers.image.title https://ghcr.io/onedr0p/qbittorrent: org.opencontainers.image.url onedr0p: org.opencontainers.image.vendor 4.6.7: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/onedr0p/qbittorrent:4.6.7
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/onedr0p/qbittorrent:4.6.7  ghcr.io/onedr0p/qbittorrent:4.6.7

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/onedr0p/qbittorrent:4.6.7
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/onedr0p/qbittorrent:4.6.7  ghcr.io/onedr0p/qbittorrent:4.6.7

Shell快速替换命令

sed -i 's#ghcr.io/onedr0p/qbittorrent:4.6.7#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/onedr0p/qbittorrent:4.6.7#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/onedr0p/qbittorrent:4.6.7 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/onedr0p/qbittorrent:4.6.7  ghcr.io/onedr0p/qbittorrent:4.6.7'

镜像构建历史


# 2024-09-17 09:25:05  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/qbittorrent/qBittorrent
                        
# 2024-09-17 09:25:05  0.00B 设置默认要执行的命令
CMD ["/entrypoint.sh"]
                        
# 2024-09-17 09:25:05  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/catatonit" "--"]
                        
# 2024-09-17 09:25:05  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/config]
                        
# 2024-09-17 09:25:05  0.00B 设置工作目录为/config
WORKDIR /config
                        
# 2024-09-17 09:25:05  0.00B 指定运行容器时使用的用户
USER nobody:nogroup
                        
# 2024-09-17 09:25:05  1.31KB 复制新文件或目录到容器中
COPY ./apps/qbittorrent/entrypoint.sh /entrypoint.sh # buildkit
                        
# 2024-09-17 09:25:05  738.00B 复制新文件或目录到容器中
COPY ./apps/qbittorrent/scripts/config.py /scripts/config.py # buildkit
                        
# 2024-09-17 09:25:05  82.01MB 执行命令并创建新的镜像层
RUN |3 TARGETPLATFORM=linux/amd64 VERSION=4.6.7 CHANNEL=stable /bin/sh -c apk add --no-cache         bash         ca-certificates         catatonit         coreutils         curl         geoip         jo         jq         nano         p7zip         python3         trurl         tzdata     &&     case "${TARGETPLATFORM}" in         'linux/amd64') export ARCH="x86_64" ;;         'linux/arm64') export ARCH="aarch64" ;;     esac     &&     mkdir -p /app     &&     case "${CHANNEL}" in         'stable')             export RELEASE=$(curl -sL "https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/dependency-version.json" | jq -r '. | "release-\(.qbittorrent)_v\(.libtorrent_1_2)"')             && curl -fsSL -o /app/qbittorrent-nox "https://github.com/userdocs/qbittorrent-nox-static/releases/download/${RELEASE}/${ARCH}-qbittorrent-nox"         ;;         'beta')             export RELEASE=$(curl -sL "https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/dependency-version.json" | jq -r '. | "release-\(.qbittorrent)_v\(.libtorrent_2_0)"')             && curl -fsSL -o /app/qbittorrent-nox "https://github.com/userdocs/qbittorrent-nox-static/releases/download/${RELEASE}/${ARCH}-qbittorrent-nox"         ;;     esac     &&     chown -R root:root /app/qbittorrent-nox     && chmod -R 755 /app/qbittorrent-nox     && rm -rf /tmp/* # buildkit
                        
# 2024-09-17 09:25:03  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2024-09-17 09:25:03  0.00B 指定运行容器时使用的用户
USER root
                        
# 2024-09-17 09:25:03  0.00B 设置环境变量 UMASK TZ
ENV UMASK=0002 TZ=Etc/UTC
                        
# 2024-09-17 09:25:03  0.00B 设置环境变量 QBITTORRENT__PORT QBITTORRENT__BT_PORT
ENV QBITTORRENT__PORT=8080 QBITTORRENT__BT_PORT=50413
                        
# 2024-09-17 09:25:03  0.00B 定义构建参数
ARG CHANNEL=stable
                        
# 2024-09-17 09:25:03  0.00B 定义构建参数
ARG VERSION=4.6.7
                        
# 2024-09-17 09:25:03  0.00B 定义构建参数
ARG TARGETPLATFORM=linux/amd64
                        
# 2024-09-07 06:20:07  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2024-09-07 06:20:07  7.80MB 
/bin/sh -c #(nop) ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in / 
                        
                    

镜像信息

{
    "Id": "sha256:866afd4676769bf7e5026daf609e196daf8cd39ecdad5ef3c5a58015d1ce9bb9",
    "RepoTags": [
        "ghcr.io/onedr0p/qbittorrent:4.6.7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/onedr0p/qbittorrent:4.6.7"
    ],
    "RepoDigests": [
        "ghcr.io/onedr0p/qbittorrent@sha256:5391f94b321d563c3b44136a5e799b7e4e4888926c1c31d3081a1cf3e74a9aec",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/onedr0p/qbittorrent@sha256:567782ae391e0f36f03323722510d377e1d3361dd0007b74d0266306d3fcf006"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-09-17T01:25:05.73777315Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "nobody:nogroup",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "QBITTORRENT__PORT=8080",
            "QBITTORRENT__BT_PORT=50413",
            "UMASK=0002",
            "TZ=Etc/UTC"
        ],
        "Cmd": [
            "/entrypoint.sh"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/config": {}
        },
        "WorkingDir": "/config",
        "Entrypoint": [
            "/usr/bin/catatonit",
            "--"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.revision": "2210c88efc2e1145150924ea05cb284e4ec1d7e3",
            "org.opencontainers.image.source": "https://github.com/qbittorrent/qBittorrent",
            "org.opencontainers.image.title": "qbittorrent",
            "org.opencontainers.image.url": "https://ghcr.io/onedr0p/qbittorrent",
            "org.opencontainers.image.vendor": "onedr0p",
            "org.opencontainers.image.version": "4.6.7"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 89814291,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/758a7f99d703afaad2cad6fbf71a0fc61e40e2221412b29d9cfd800cfc6c5f52/diff:/var/lib/docker/overlay2/38c1632fcca057a21decd5888347d9101552167c71fb3d08881f2527d685082a/diff:/var/lib/docker/overlay2/968cd3a4415362352aa8b4208f0691cb10e28b09cdd34786620673ebae93d388/diff:/var/lib/docker/overlay2/141a083d48854eccb23727cceb715315dbe68bafd1ed637f5a7603aa32863bc2/diff:/var/lib/docker/overlay2/56dbc2212cbc9b991b1a93a72a8c08a3a8460c06576fe4f3267009446334aa65/diff",
            "MergedDir": "/var/lib/docker/overlay2/33fe12ee5c3e97621bab02d7e9442a8338360132cb0cf5ddfa456b1f47efb373/merged",
            "UpperDir": "/var/lib/docker/overlay2/33fe12ee5c3e97621bab02d7e9442a8338360132cb0cf5ddfa456b1f47efb373/diff",
            "WorkDir": "/var/lib/docker/overlay2/33fe12ee5c3e97621bab02d7e9442a8338360132cb0cf5ddfa456b1f47efb373/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:63ca1fbb43ae5034640e5e6cb3e083e05c290072c5366fcaa9d62435a4cced85",
            "sha256:9bdd45d7e58ae214db943d28294fee183ff1f8f8674dd1ee2f9e97999dffaa67",
            "sha256:c4e97f7d83d56ed25e9f63eb0f4eb39f700924848bf5ee6acc8e531c0649ae66",
            "sha256:802e4c364d99f69405544483a8596b51f0e7e1877f10fce84b1f204a95a241f7",
            "sha256:1686686fea3e59703fd18849cfdd947328342a856c43d2ff00a864f4bc229ac2",
            "sha256:71d3c75ca1cd9e675610cb2ae56bee50861a119cc0136302b15c7729d011f399"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-16T18:49:49.841079469+08:00"
    }
}

更多版本

ghcr.io/onedr0p/qbittorrent:4.6.6

linux/amd64 ghcr.io89.97MB2024-08-31 19:10
326

ghcr.io/onedr0p/qbittorrent:5.0.0

linux/amd64 ghcr.io89.43MB2024-10-05 16:00
485

ghcr.io/onedr0p/qbittorrent:5.0.1

linux/amd64 ghcr.io143.32MB2024-11-07 15:10
438

ghcr.io/onedr0p/qbittorrent:5.0.4

linux/amd64 ghcr.io141.67MB2025-04-12 14:53
265

ghcr.io/onedr0p/qbittorrent:4.6.7

linux/amd64 ghcr.io89.81MB2025-08-16 18:49
9