mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 15:54:39 +00:00
fixup: display hash of join image
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user