Add docker client #169

This commit is contained in:
Ettore Di Giacinto
2021-01-19 17:23:14 +01:00
parent 2f459c0469
commit dbd37afced
2 changed files with 357 additions and 1 deletions

View File

@@ -240,7 +240,7 @@ func (b *SimpleDocker) ExtractRootfs(opts compiler.CompilerBackendOptions, keepP
}
}
}
// TODO: Drop capi in favor of the img approach already used in pkg/installer/repository
export, err := capi.CreateExport(rootfs)
if err != nil {
return err