mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 07:45:02 +00:00
Refactor and optimize build process
This commit is contained in:
@@ -95,7 +95,7 @@ func (*SimpleDocker) ImageExists(imagename string) bool {
|
||||
cmd := exec.Command("docker", buildarg...)
|
||||
out, err := cmd.CombinedOutput()
|
||||
if err != nil {
|
||||
Warning("Image not present")
|
||||
Debug("Image not present")
|
||||
Debug(string(out))
|
||||
return false
|
||||
}
|
||||
|
Reference in New Issue
Block a user