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

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

该镜像支持以下功能:

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

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

源镜像 ghcr.io/onedr0p/qbittorrent:5.0.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/onedr0p/qbittorrent:5.0.0
镜像ID sha256:fb51e2d964e7dad5e05ad9a33762c9bb8db76a2aa0e0215a0a4cb19693de8e95
镜像TAG 5.0.0
大小 89.43MB
镜像源 ghcr.io
CMD /entrypoint.sh
启动入口 /usr/bin/catatonit --
工作目录 /config
OS/平台 linux/amd64
浏览量 125 次
贡献者
镜像创建 2024-09-30T02:28:37.998137866Z
同步时间 2024-10-05 16:00
更新时间 2024-10-23 16:34
环境变量
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
镜像标签
10da860b0bb87ca6c896e7aea6db46d8d742801f: 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 5.0.0: org.opencontainers.image.version

Docker拉取命令 无权限下载?点我修复

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像历史

大小 创建时间 层信息
0.00B 2024-09-30 10:28:37 LABEL org.opencontainers.image.source=https://github.com/qbittorrent/qBittorrent
0.00B 2024-09-30 10:28:37 CMD ["/entrypoint.sh"]
0.00B 2024-09-30 10:28:37 ENTRYPOINT ["/usr/bin/catatonit" "--"]
0.00B 2024-09-30 10:28:37 VOLUME [/config]
0.00B 2024-09-30 10:28:37 WORKDIR /config
0.00B 2024-09-30 10:28:37 USER nobody:nogroup
1.31KB 2024-09-30 10:28:37 COPY ./apps/qbittorrent/entrypoint.sh /entrypoint.sh # buildkit
738.00B 2024-09-30 10:28:37 COPY ./apps/qbittorrent/scripts/config.py /scripts/config.py # buildkit
81.63MB 2024-09-30 10:28:37 RUN |3 TARGETPLATFORM=linux/amd64 VERSION=5.0.0 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
0.00B 2024-09-29 18:03:10 WORKDIR /app
0.00B 2024-09-29 18:03:10 USER root
0.00B 2024-09-29 18:03:10 ENV UMASK=0002 TZ=Etc/UTC
0.00B 2024-09-29 18:03:10 ENV QBITTORRENT__PORT=8080 QBITTORRENT__BT_PORT=50413
0.00B 2024-09-29 18:03:10 ARG CHANNEL=stable
0.00B 2024-09-29 18:03:10 ARG VERSION=5.0.0
0.00B 2024-09-29 18:03:10 ARG TARGETPLATFORM=linux/amd64
0.00B 2024-09-07 06:20:07 /bin/sh -c #(nop) CMD ["/bin/sh"]
7.80MB 2024-09-07 06:20:07 /bin/sh -c #(nop) ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in /

镜像信息

{
    "Id": "sha256:fb51e2d964e7dad5e05ad9a33762c9bb8db76a2aa0e0215a0a4cb19693de8e95",
    "RepoTags": [
        "ghcr.io/onedr0p/qbittorrent:5.0.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/onedr0p/qbittorrent:5.0.0"
    ],
    "RepoDigests": [
        "ghcr.io/onedr0p/qbittorrent@sha256:3fde39737ffa4b1f7ea05c14b57675ca5abdc1fce16e00aeea14d9b7b0f119e1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/onedr0p/qbittorrent@sha256:9d324ae4099d9c3e1f431d576e3d5495acc3fbe26e80f9d365cae1e4c5d1bc26"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-09-30T02:28:37.998137866Z",
    "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": "10da860b0bb87ca6c896e7aea6db46d8d742801f",
            "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": "5.0.0"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 89434771,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/3b2f7ac2cbed27104393761a50bb129108c4004310953dc036c135ffe0fb6008/diff:/var/lib/docker/overlay2/4dc3ad8f4a5069fd41beb0031a7374b6df9ed9d7b59f5700f637d7e66eb8873d/diff:/var/lib/docker/overlay2/e44b1bf628f07e52dc2bef1fc56db4fc186eabc0c5f3c37dfb0913666801cf6a/diff:/var/lib/docker/overlay2/fee3bc5bf2b825c0bbc69736a8259c0d07be58abeb92d8e0212cb9f7edc1801f/diff:/var/lib/docker/overlay2/56dbc2212cbc9b991b1a93a72a8c08a3a8460c06576fe4f3267009446334aa65/diff",
            "MergedDir": "/var/lib/docker/overlay2/6e70eb4ff582e674184b4f4be029c86196a0f7aab36123c834cc27e65c3e512b/merged",
            "UpperDir": "/var/lib/docker/overlay2/6e70eb4ff582e674184b4f4be029c86196a0f7aab36123c834cc27e65c3e512b/diff",
            "WorkDir": "/var/lib/docker/overlay2/6e70eb4ff582e674184b4f4be029c86196a0f7aab36123c834cc27e65c3e512b/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:63ca1fbb43ae5034640e5e6cb3e083e05c290072c5366fcaa9d62435a4cced85",
            "sha256:c7443ddeb848cf389825f6bd1547fc763b698146312f4daaa87b526c5ed83cf6",
            "sha256:9c8b85a1d357bba7bcaaad5401129c7578045415eac756abc062fb26e5377fa9",
            "sha256:3501f0f3e60907fab7cc38b1ff3a3b9cd2558bbc4cebdae828660b62d2a0358f",
            "sha256:e543ee508eb5b6f58382b54681c96e2b3609d7c81b4e13025faf797269c3b95d",
            "sha256:5389acabc35928d60da3d3a4ee5bf29ad539b4f9712c69c2433ee9875313dd39"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-10-05T16:00:31.777206772+08:00"
    }
}

更多版本