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

Error when trying to get the list of the containers to watch #400

Open gudge25 opened 3 weeks ago

gudge25 commented 3 weeks ago

Debian OS Docker version 26.1.4, build 5650f9b

docker run -d --name wud \
  -v "/var/run/docker.sock:/var/run/docker.sock" \
  -p 3000:3000 \
  fmartinou/whats-up-docker

Log

wud  | 10:45:28.330  INFO whats-up-docker: What's up Docker? is starting (version = latest)
wud  | 10:45:28.334  INFO whats-up-docker/store: Load store from (/store/wud.json)
wud  | 10:45:28.344  INFO whats-up-docker/store: Create Collection app
wud  | 10:45:28.352  INFO whats-up-docker/store: Migrate data from version undefined to version latest
wud  | 10:45:28.356  INFO whats-up-docker/store: Create Collection containers
wud  | 10:45:28.357  INFO whats-up-docker/prometheus: Init Prometheus module
wud  | 10:45:29.630  INFO whats-up-docker/registry.ecr: Register with configuration {}
wud  | 10:45:29.638  INFO whats-up-docker/registry.gcr: Register with configuration {}
wud  | 10:45:29.644  INFO whats-up-docker/registry.ghcr: Register with configuration {}
wud  | 10:45:29.652  INFO whats-up-docker/registry.hub: Register with configuration {}
wud  | 10:45:29.658  INFO whats-up-docker/registry.quay: Register with configuration {}
wud  | 10:45:29.659  INFO whats-up-docker/registry: No Watcher configured => Init a default one (Docker with default options)
wud  | 10:45:31.830  INFO whats-up-docker/watcher.docker.local: Register with configuration {"socket":"/var/run/docker.sock","port":2375,"cron":"0 * * * *","watchbydefault":true,"watchall":false,"watchevents":true}
wud  | 10:45:31.835  INFO whats-up-docker/watcher.docker.local: Cron scheduled (0 * * * *)
wud  | 10:45:31.911  INFO whats-up-docker/registry: No authentication configured => Allow anonymous access
wud  | 10:45:31.943  INFO whats-up-docker/authentication.anonymous.anonymous: Register with configuration {}
wud  | 10:45:31.963  WARN whats-up-docker: Anonymous authentication is enabled; please make sure that the app is not exposed to unsecure networks
wud  | 10:45:31.986  INFO whats-up-docker/api: Server listening on port 3000 (HTTP)
wud  | 10:45:32.889  INFO whats-up-docker/watcher.docker.local: Cron started (0 * * * *)
wud  | 10:45:32.992  INFO whats-up-docker/watcher.docker.local: Listening to docker events
wud  | 10:45:33.087  WARN whats-up-docker/watcher.docker.local: Error when trying to get the list of the containers to watch ((HTTP code 404) no such image - No such image: sha256:d4b4d7f74b9968b1fb6f4370564cd4682a0db15c967ba6df9e32e7f5c05db025 )
wud  | 10:45:33.087  INFO whats-up-docker/watcher.docker.local: Cron finished (0 containers watched, 0 errors, 0 available updates)