Switch to containerd when unpacking layers

This commit is contained in:
Ettore Di Giacinto
2021-03-18 10:47:58 +01:00
parent c736c002af
commit 4f1e4c0b41

View File

@@ -281,7 +281,7 @@ func (b *SimpleDocker) ExtractRootfs(opts compiler.CompilerBackendOptions, keepP
return err
}
err = export.UnPackLayers(layers_sha, dst, "")
err = export.UnPackLayers(layers_sha, dst, "containerd")
if err != nil {
return err
}