fixup: display hash of join image

This commit is contained in:
Ettore Di Giacinto
2021-05-23 18:22:14 +02:00
parent 0ceaf09615
commit 5e1a7c50df

View File

@@ -791,7 +791,7 @@ func (cs *LuetCompiler) resolveJoinImages(concurrency int, keepPermissions bool,
p.SetImage(image) p.SetImage(image)
return nil return nil
} }
Info("Generating image with hash ", image) Info("Generating image with hash ", overallFp)
// Make sure there is an output path // Make sure there is an output path
if err := os.MkdirAll(p.GetOutputPath(), os.ModePerm); err != nil { if err := os.MkdirAll(p.GetOutputPath(), os.ModePerm); err != nil {