show all local digest at start on this programm

This commit is contained in:
Simon Rieger 2025-07-21 09:38:33 +02:00
parent d069de0a5b
commit 8a695bec95

View file

@ -102,6 +102,10 @@ func checkImageUpdates() {
}
}
for tag, digest := range imageTagToDigest {
log.Printf("imageTagToDigest: %s -> %s\n", tag, digest)
}
results := make([]ImageStatus, 0)
for _, ctr := range containers {
tag := ctr.Image