Skip to content

Commit f76c96d

Browse files
author
Adam Talbot
committed
bugfix: initialize files map in cache
1 parent 66ee6b2 commit f76c96d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

linuxkit/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ var globalCache = &cache{
6262
kernels: make(map[string]*moby.KernelConfig, 0),
6363
inits: make(map[string][]string, 0),
6464
images: make(map[string]*moby.Image, 0),
65+
files: make(map[string]*moby.File, 0),
6566
trust: make(map[string]*moby.TrustConfig, 0),
6667
}
6768

0 commit comments

Comments
 (0)