mirror of
https://github.com/mudler/luet.git
synced 2025-09-03 08:14:46 +00:00
Promote to info building image messages
The user wants to know whats going on in this case. Image builds can take up also long time
This commit is contained in:
@@ -53,7 +53,7 @@ func (*SimpleDocker) BuildImage(opts compiler.CompilerBackendOptions) error {
|
||||
}
|
||||
buildarg := []string{"build", "-f", dockerfileName, "-t", name, context}
|
||||
|
||||
Debug(":whale2: Building image " + name)
|
||||
Info(":whale2: Building image " + name)
|
||||
cmd := exec.Command("docker", buildarg...)
|
||||
cmd.Dir = path
|
||||
out, err := cmd.CombinedOutput()
|
||||
|
Reference in New Issue
Block a user