fmartinou / whats-up-docker

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.
https://fmartinou.github.io/whats-up-docker
MIT License
921 stars 29 forks source link

Errors about getaddrinfo and reading undefined for random containers at each run #380

Open tapufd opened 2 months ago

tapufd commented 2 months ago

Hi, Lately I notice that WUD frequently lists containers that are so-to-say not up-to-date, although they are already. I think it is related with the following errors I see from the WUD container:

dank69 commented 2 months ago

I have the same issue, the container is unable to make outbound DNS/HTTP requests.

Ubuntu 22.04.4 LTS running Docker version 26.1.0, build 9714adc

I have 10+ containers on the same docker network and they can all access the Internet without issue, only this container (and wallabag) have this issue.

/etc/resolf.conf is the same for both a working container and the wud container

Not sure if something is hard coded during the build causing this?