зеркало из https://github.com/microsoft/hcsshim.git
update dmverity tool to fix bug where hdv creation fails to move all VHDs from the temp dir
Signed-off-by: Heather Garvison <hgarvison@microsoft.com>
This commit is contained in:
Родитель
a8ef0c488f
Коммит
bf239f668b
|
@ -488,9 +488,6 @@ var createVHDCommand = cli.Command{
|
|||
sanitisedFileName := sanitiseVHDFilename(layerID)
|
||||
|
||||
suffixes := []string{".vhd"}
|
||||
if verityHashDev {
|
||||
suffixes = append(suffixes, ".hash-dev.vhd")
|
||||
}
|
||||
|
||||
for _, srcSuffix := range suffixes {
|
||||
src := filepath.Join(os.TempDir(), sanitisedFileName+srcSuffix)
|
||||
|
|
Загрузка…
Ссылка в новой задаче