show all local digest at start on this programm
This commit is contained in:
parent
d069de0a5b
commit
8a695bec95
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue