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

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

该镜像支持以下功能:

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

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

源镜像 ghcr.io/onedr0p/qbittorrent:4.6.6
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/onedr0p/qbittorrent:4.6.6
镜像ID sha256:3000e420c76fcdeccf79451717fa008db42f91bc65d84ad33dcced3c4000b48e
镜像TAG 4.6.6
大小 89.97MB
镜像源 ghcr.io
CMD /entrypoint.sh
启动入口 /usr/bin/catatonit --
工作目录 /config
OS/平台 linux/amd64
浏览量 122 次
贡献者 10*******3@qq.com
镜像创建 2024-08-30T19:54:56.044074644Z
同步时间 2024-08-31 19:10
更新时间 2024-10-23 19:44
环境变量
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
镜像标签
9e9b8b2acf3d51f45ca682b20a2a5b7a03c5faa9: 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.6: org.opencontainers.image.version

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

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像历史

大小 创建时间 层信息
0.00B 2024-08-31 03:54:56 LABEL org.opencontainers.image.source=https://github.com/qbittorrent/qBittorrent
0.00B 2024-08-31 03:54:56 CMD ["/entrypoint.sh"]
0.00B 2024-08-31 03:54:56 ENTRYPOINT ["/usr/bin/catatonit" "--"]
0.00B 2024-08-31 03:54:56 VOLUME [/config]
0.00B 2024-08-31 03:54:56 WORKDIR /config
0.00B 2024-08-31 03:54:56 USER nobody:nogroup
1.31KB 2024-08-31 03:54:56 COPY ./apps/qbittorrent/entrypoint.sh /entrypoint.sh # buildkit
738.00B 2024-08-31 03:54:56 COPY ./apps/qbittorrent/scripts/config.py /scripts/config.py # buildkit
82.17MB 2024-08-31 03:54:55 RUN |3 TARGETPLATFORM=linux/amd64 VERSION=4.6.6 CHANNEL=stable /bin/sh -c apk add --no-cache bash ca-certificates catatonit coreutils curl geoip jo jq nano p7zip python3 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-08-31 03:54:53 WORKDIR /app
0.00B 2024-08-31 03:54:53 USER root
0.00B 2024-08-31 03:54:53 ENV UMASK=0002 TZ=Etc/UTC
0.00B 2024-08-31 03:54:53 ENV QBITTORRENT__PORT=8080 QBITTORRENT__BT_PORT=50413
0.00B 2024-08-31 03:54:53 ARG CHANNEL=stable
0.00B 2024-08-31 03:54:53 ARG VERSION=4.6.6
0.00B 2024-08-31 03:54:53 ARG TARGETPLATFORM=linux/amd64
0.00B 2024-07-23 06:26:43 /bin/sh -c #(nop) CMD ["/bin/sh"]
7.80MB 2024-07-23 06:26:43 /bin/sh -c #(nop) ADD file:99093095d62d0421541d882f9ceeddb2981fe701ec0aa9d2c08480712d5fed21 in /

镜像信息

{
    "Id": "sha256:3000e420c76fcdeccf79451717fa008db42f91bc65d84ad33dcced3c4000b48e",
    "RepoTags": [
        "ghcr.io/onedr0p/qbittorrent:4.6.6",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/onedr0p/qbittorrent:4.6.6"
    ],
    "RepoDigests": [
        "ghcr.io/onedr0p/qbittorrent@sha256:78bb1da0a4202483b4a17d33bf746f9a5f4e9a41d9293493624ff60e25b04567",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/onedr0p/qbittorrent@sha256:ff1973701927bdb24544c5ce79310c5d4d45fdebc4fe05d0dd81a64a0eb81237"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-08-30T19:54:56.044074644Z",
    "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": "9e9b8b2acf3d51f45ca682b20a2a5b7a03c5faa9",
            "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.6"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 89972952,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/5ef21d6938472a1e41cf5402abc50e7ccb8857716314a20d9d8c51cc830d7968/diff:/var/lib/docker/overlay2/1fb56bda67de330b95b3a209306f13e6be24828415c2c01658185dfbe2cf914f/diff:/var/lib/docker/overlay2/e523cd60119f17f2f5bb5868839ffc0feb59c905d32ac438a525b7f0f6d25aed/diff:/var/lib/docker/overlay2/adf44433ea51f1a456c2322027b0ba3a04ea2e081ce373159f64e0a6b8fef491/diff:/var/lib/docker/overlay2/b432477cd1cfc4da8de6bb2978a146d43084f40cc2835da168b5343dbae9540a/diff",
            "MergedDir": "/var/lib/docker/overlay2/37cef1e5f1863c2907698c0bfb75c222e9e4af50b8b10029b517ea81ae301e52/merged",
            "UpperDir": "/var/lib/docker/overlay2/37cef1e5f1863c2907698c0bfb75c222e9e4af50b8b10029b517ea81ae301e52/diff",
            "WorkDir": "/var/lib/docker/overlay2/37cef1e5f1863c2907698c0bfb75c222e9e4af50b8b10029b517ea81ae301e52/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:78561cef0761903dd2f7d09856150a6d4fb48967a8f113f3e33d79effbf59a07",
            "sha256:eab599e849dc9b39ec9d6a5e5c8a33a81ecf2f77f4804866ef55e04610425c47",
            "sha256:41adff84b99707d1c0aeeecc17f17644313b7cbe0f4205325edddb239cde667b",
            "sha256:f770eddbe11d746cd1240dddffc35a79e80b22da67ae0dae96acbf68418825d4",
            "sha256:bf812b500f0438a99ea501ce00a979dc56387b469d03c457a18f8a6af4997178",
            "sha256:400590293374e990628dd3da8f0f814c700e6056ef89baea42a7a3bb27407e55"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-08-31T19:09:52.939303042+08:00"
    }
}

更多版本