diff --git a/pkg/combustion/registry.go b/pkg/combustion/registry.go index 25edcd6c..bfba8659 100644 --- a/pkg/combustion/registry.go +++ b/pkg/combustion/registry.go @@ -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 {