We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8afd7d9 commit 6d79bebCopy full SHA for 6d79beb
tpl/images/images.go
@@ -71,6 +71,7 @@ func (ns *Namespace) Config(path interface{}) (image.Config, error) {
71
if err != nil {
72
return image.Config{}, err
73
}
74
+ defer f.Close()
75
76
config, _, err = image.DecodeConfig(f)
77
0 commit comments