Skip to content

Commit

Permalink
added image name to build output (suse-edge#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdob authored Jul 30, 2024
1 parent be1f355 commit 474063e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* Dropped `-chart` suffix from installed Helm chart names
* Added ability to build aarch64 images on an aarch64 host machine
* Added caching for container images
* Added built image name output to build command

## API

Expand Down
3 changes: 2 additions & 1 deletion pkg/build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ func (b *Builder) Build() error {
image.TypeISO, image.TypeRAW)
}

log.Audit("Image build complete!")
log.Auditf("Build complete, the image can be found at: %s",
b.context.ImageDefinition.Image.OutputImageName)
return nil
}

Expand Down

0 comments on commit 474063e

Please sign in to comment.