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

Local Registry Digest Not Displaying in WUD #391

Open samcro1967 opened 1 month ago

samcro1967 commented 1 month ago

Images I am building locally and hosting in a local registry are not displaying their digest in WUD and are not updating automatically. I see the digest in the image using docker inspect. I also see the digest in the image in the local registry using Docker Registry Browser. WUD also seems to display the tag with the newest creation date rather than the digest like it does for public registries. I have debug enabled for WUD and am not seeing any errors.

The digest is showing up for all images hosted on public registries. I am running the latest version of WUD and Docker 24.0.5. Hoping someone can point me in the right direction.

image

image

docker inspect osu.registry:5000/osuhickeys/sarchart --format='{{.RepoDigests}}'
[osu.registry:5000/osuhickeys/sarchart@sha256:9fb65bdef1537e5a76af91de3a2a894355f83075b7b719681cc92f6dff99b9ab]

image

08:37:18.230  INFO whats-up-docker/watcher.docker.local: Cron finished (96 containers watched, 0 errors, 2 available updates)