Watchtower cannot update

  • Just realize I cannot update my container got

    Code
    time="2023-05-18T18:05:50Z" level=info msg="Unable to update container \"/airsonic-advanced\": Error response from daemon: Get \"https://lscr.io/v2/\": dial tcp: lookup lscr.io on [::1]:53: read udp [::1]:47693->[::1]:53: read: connection refused. Proceeding to next."

    I took airsonic as example but got the issue with all of them?

  • Nefertiti

    Hat den Titel des Themas von „Wathtower cannot update“ zu „Watchtower cannot update“ geändert.
  • You have no working IPv4 DNS resolution.

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

  • I get this on most all my containers;



    And my results of 'systemctl status systemd-resolved.service' were;



    So, why am I not getting the watchtower updates.

    • Offizieller Beitrag

    I haven't messed with watchtower in ages, but looking at it's logs from the last few days, it's operating normally... How did you install watchtower?


  • Well I do not know, looking today at the history, as far back as 5 days , seems to be working. Maybe it was having a bad DNS day.

    Anyway, I did install via Portainer back some months...


    Code
    version: "2"
    services:
      watchtower:
        image: containrrr/watchtower
        volumes:
          - /var/run/docker.sock:/var/run/docker.sock
        environment:
          - WATCHTOWER_CLEANUP=true
          - WATCHTOWER_POLL_INTERVAL=3600
        restart: unless-stopped

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!