Docker registery "unknown" for qBittorrent(?)

Hi,

So I ran into these errors* for qBittorrent when I was trying out Container called Dozzle

*errors

local_qbittorrent - No Registry Provider found
Error when processing (Unsupported Registry unknown) (container=local_qbittorrent)
Error when processing some containers (Cannot read properties of undefined (reading 'tag'))

So I went ahead and ran the docker logs whats-up-docker to confirm and yeah they ware there.

At that point I couldn’t tell head from tail on that so I moved on, installed another Container I wanted to try out whats-up-docker and here by accident I ran into something that made qBittorrent stand out from the other containers. Actually to be exact the “image” and what this WebUI showed me. I try my best to visualize it here with some .jpg further down the post for those interested.

And so her I am asking if this is by design or some user-error / configuration miss by me.

As far as I can tell I’m running the latest build. I have provided the log further down in this post.
"build_version": "Linuxserver.io version:- 4.6.4-r1-ls328 Build-date:- 2024-05-05T06:51:49+00:00"

Perhaps I don’t need to mention these next details, but since I don’t have any clue whats is maybe causing this (if not by design) then I thought I try my best to provide all the facts.

So, in my case, the traffic of qBittorret is funneled through Gluetun using network_mode: "container:gluetun" which is added to the .yml more details around that further down in this post but I really doubt that has something to do with these “errors” maybe not errors but I lack a better term for them so.

Docker version 26.1.2, build 211e74b
Docker Compose version v2.27.0

Here are the images as promised

and my .yml’s

…for qbittorrent

services:
  qbittorrent:
    image: lscr.io/linuxserver/qbittorrent:latest
    container_name: qbittorrent
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=MOON/DARKSIDE
      - WEBUI_PORT=8085
      - TORRENTING_PORT=6881
    volumes:
      - ./:/config
      - /mnt/nas/media:/downloads
    healthcheck:
      test: ["CMD", "curl", "-f", "http://10.0.0.10:8085"]
      interval: 1m30s
      timeout: 10s
      retries: 3
    network_mode: "container:gluetun"
    restart: unless-stopped

…for Gluetun

services:
  gluetun:
    image: qmcgaw/gluetun:latest
    container_name: gluetun
    cap_add:
      - NET_ADMIN
    devices:
      - /dev/net/tun:/dev/net/tun
    ports:
      - 8888:8888/tcp
      - 8085:8085
      - 6881:6881
      - 6881:6881/udp
    volumes:
      - ./:/gluetun
    environment:
      - VPN_SERVICE_PROVIDER=mullvad
      - VPN_TYPE=wireguard
      - WIREGUARD_PRIVATE_KEY=LOST_IT
      - WIREGUARD_ADDRESSES=SOME_IP_@_THE_MOON/32
      - SERVER_CITIES=STAR_CITY
      - TZ=MOON/DARKSIDE
      - UPDATER_PERIOD=24h
    restart: unless-stopped

docker images

REPOSITORY                        TAG       IMAGE ID       CREATED        SIZE
lscr.io/linuxserver/qbittorrent   latest    0aefcd52fbb5   4 days ago     236MB

docker inspect 0aefcd52fbb5

[
    {
        "Id": "sha256:0aefcd52fbb5be4fb74a41695325d359b6ebbdddc17891894c2c7ffcf0b1deea",
        "RepoTags": [
            "lscr.io/linuxserver/qbittorrent:latest"
        ],
        "RepoDigests": [
            "lscr.io/linuxserver/qbittorrent@sha256:9c7f4344085c234194db4f6ca76c646f423e382ad826c5e4270dac13b89aba48"
        ],
        "Parent": "",
        "Comment": "buildkit.dockerfile.v0",
        "Created": "2024-05-05T06:53:14.548454336Z",
        "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:- 4.6.4-r1-ls328 Build-date:- 2024-05-05T06:51:49+00:00",
                "maintainer": "thespad",
                "org.opencontainers.image.authors": "linuxserver.io",
                "org.opencontainers.image.created": "2024-05-05T06:51:49+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": "5356a1d7921a08c0dafb54b2da5fae36f239d964",
                "org.opencontainers.image.revision": "5356a1d7921a08c0dafb54b2da5fae36f239d964",
                "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": "4.6.4-r1-ls328"
            }
        },
        "Architecture": "arm64",
        "Os": "linux",
        "Size": 235820002,
        "GraphDriver": {
            "Data": {
                "LowerDir": "/var/lib/docker/overlay2/e37d33586766d16f8e1d72aa6881fe4106290e7997a3617a9f075110d900630e/diff:/var/lib/docker/overlay2/849a4be53c6f537ef4ff9ac3555788dfea6760331f341cc5cc623ec60ffef279/diff:/var/lib/docker/overlay2/ae602e47a04a8cb99a0a330413941e3993c626c3bcc5bf5de2ae826be5355ba0/diff:/var/lib/docker/overlay2/c72fdcc1b42aa9b978ca7c75d0e4dffc308a6058814bf2a021407d404d2ca747/diff:/var/lib/docker/overlay2/f802941a34b809f8b6418276eccc3f9624e9cd9524c2c4af075296914b9484bc/diff:/var/lib/docker/overlay2/a80b4aabcde954d8127f297801b636848853e9d89a17fda6542b6ea0ac3cbd79/diff:/var/lib/docker/overlay2/aef7a8b84b19aea7dcf8dcb524fe4e707c130e0d07df9b97279481b3c78f374a/diff",
                "MergedDir": "/var/lib/docker/overlay2/b4905f1479cfb4f26ecf64adde743d92f77349fd6718280ac9f7b7a1d4a232f7/merged",
                "UpperDir": "/var/lib/docker/overlay2/b4905f1479cfb4f26ecf64adde743d92f77349fd6718280ac9f7b7a1d4a232f7/diff",
                "WorkDir": "/var/lib/docker/overlay2/b4905f1479cfb4f26ecf64adde743d92f77349fd6718280ac9f7b7a1d4a232f7/work"
            },
            "Name": "overlay2"
        },
        "RootFS": {
            "Type": "layers",
            "Layers": [
                "sha256:a9f2080b51969f6e0d5071f776567df2b663158b920d804db75d8c9086e4c7ae",
                "sha256:c2b4ff0f7a07f4699d17ad14ac97fa1521e15e064680592920a231afd880dbe6",
                "sha256:bdbfb26c4e72b597488c00c3a826255b1c8ffd8cd88d025328504a933c25d55a",
                "sha256:e6060698399ebc2551d200ac3c76a952c43a788bc92de43d413d7cd39786cb22",
                "sha256:b46799d3b3a564fd5c832c1f4a8ecfae2691135c133779c9f49b957dc3269370",
                "sha256:945730673c56f6e7abb11badad45ba7be052fa69cdbe29c404b619991262bd3f",
                "sha256:1ef27fcbd8a9c1616025410a37373862b4330f5467bec6c57446bbea7e7c2498",
                "sha256:12ce40c563880ea4c62623c6b2ba6134b99893815c7e8a6d4365702f96a13ef2"
            ]
        },
        "Metadata": {
            "LastTagTime": "0001-01-01T00:00:00Z"
        }
    }
]