mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 07:45:02 +00:00
Switch to ondisk also when unpacking FS
From benchmarks it seems to be still faster. Add a note for a future improvement
This commit is contained in:
@@ -234,7 +234,7 @@ func (cs *LuetCompiler) unpackFs(concurrency int, keepPermissions bool, p *compi
|
||||
}
|
||||
}
|
||||
|
||||
img, err := cs.Backend.ImageReference(runnerOpts.ImageName, false)
|
||||
img, err := cs.Backend.ImageReference(runnerOpts.ImageName, true)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user