Skip to content

Commit

Permalink
add image log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dbw7 committed Apr 15, 2024
1 parent 874407d commit d8f3e03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/combustion/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ func registryArtefactsPath(ctx *image.Context) string {

func populateRegistry(ctx *image.Context, images []string) error {
bar := progressbar.Default(int64(len(images)), "Populating Embedded Artifact Registry...")
zap.S().Infof("Adding the following images to the embedded artifact registry:\n%s", images)

for _, i := range images {
if err := addImageToHauler(ctx, i); err != nil {
Expand Down

0 comments on commit d8f3e03

Please sign in to comment.