1
0

fix: containers update

This commit is contained in:
2024-06-06 12:59:04 +00:00
parent 75dd8f4a51
commit d3a575e5e3
7 changed files with 20 additions and 28 deletions

View File

@ -172,7 +172,7 @@ func (cmd *KernelCmd) fetchContainerCache(c container.Container) {
if !cmd.ContainerCache {
return
}
if c.Exist() {
if c.Exist() && container.UseCache {
return
}