Files
buildkit/cache
Yan Song 39bd8c6cf5 fix a possible panic on cache
```
newDesc.Annotations = nil
for _, k := range addAnnotations {
  newDesc.Annotations[k] = desc.Annotations[k]
}
```

The codes may cause buildkitd panic: assignment to entry in nil map

Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
2023-02-24 11:39:57 +00:00
..
2022-03-10 00:57:07 +01:00
2023-02-08 12:54:47 -08:00
2022-01-19 12:20:30 -08:00
2023-01-11 23:25:08 +09:00
2023-02-24 11:39:57 +00:00