We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5975b commit 6e172c8Copy full SHA for 6e172c8
daemon/cmd/garbage_collection.go
@@ -35,7 +35,7 @@ var garbageCollectionCmd = &cobra.Command{
35
llog(lib.LogE(err)).Warning(
36
"Error in finding the image to remove from the scheduler, goin on...")
37
}
38
- var images2layers map[string][]string
+ images2layers := make(map[string][]string)
39
40
for _, manifest := range manifestToRemove {
41
digest := strings.Split(manifest.Config.Digest, ":")[1]
0 commit comments