Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(ERROR) tailscale-dev/docker-mod:main digest could not be fetched from ghcr.io #19

Open
gauravsuman007 opened this issue Jan 16, 2024 · 5 comments

Comments

@gauravsuman007
Copy link

I'm trying to add tailscale mod to the qbittorrent container using docker compose as follows:

services:
  qbittorrent:
    image: lscr.io/linuxserver/qbittorrent:latest
    container_name: qbittorrent
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - WEBUI_PORT=8089
      # Enable tailscale mod
      - DOCKER_MODS=ghcr.io/tailscale-dev/docker-mod:main

However, when starting the container, I get the following error:

qbittorrent  | [mod-init] Running Docker Modification Logic
qbittorrent  | [mod-init] Adding tailscale-dev/docker-mod:main to container
qbittorrent  | [mod-init] (ERROR) tailscale-dev/docker-mod:main digest could not be fetched from ghcr.io

Am I missing something? I have double checked the mod address but it seems to be fine. Is the ghcr.io image down?

@gauravsuman007
Copy link
Author

I think that there is a problem with ghcr.io image as I built this manually and uploaded it to docker hub and I could pull it from there successfully

@speckofthecosmos
Copy link

I'm getting the same error, you aren't by chance also trying the mod on an arm based machine?

@gauravsuman007
Copy link
Author

Yeah, I'm also on ARM64. I rebuilt the image myself and also added support for connecting to an exit node so that my container can route all its traffic through another node.

I think there is an open ticket on exit node support that never got resolved as the suggested option (what I'm also using) is not a clean one (mounting the tun device from host)

@pablomxnl
Copy link

same error on a raspberry pi 4 (64 bits) running linuxserver io homeassistant image with docker compose , I stopped seeing my ha in my tailnet after an scheduled task that stops and pull latest ha linuxserver image. now have to fallback to tailscale serve command to be able to see my ha ha on my tailnet without having to build and push as OP did.

docker compose up  
[+] Running 1/0
 ✔ Container homeassistant  Created                                                                                                                                                     0.1s 
Attaching to homeassistant
homeassistant  | [mod-init] Running Docker Modification Logic
homeassistant  | [mod-init] Adding tailscale-dev/docker-mod:main to container
homeassistant  | [mod-init] (ERROR) tailscale-dev/docker-mod:main digest could not be fetched from ghcr.io
homeassistant  | [migrations] started
homeassistant  | [migrations] no migrations found
homeassistant  | ───────────────────────────────────────
homeassistant  | 
homeassistant  |       ██╗     ███████╗██╗ ██████╗
homeassistant  |       ██║     ██╔════╝██║██╔═══██╗
homeassistant  |       ██║     ███████╗██║██║   ██║
homeassistant  |       ██║     ╚════██║██║██║   ██║
homeassistant  |       ███████╗███████║██║╚██████╔╝
homeassistant  |       ╚══════╝╚══════╝╚═╝ ╚═════╝
homeassistant  | 
homeassistant  |    Brought to you by linuxserver.io
homeassistant  | ───────────────────────────────────────

@agneevX
Copy link

agneevX commented Jan 26, 2024

ghcr.io/tailscale-dev/docker-mod:main no longer appears to have an ARM64 image. Please fix this, Tailscale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants