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 495e570
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/combustion/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ func configureEmbeddedArtifactRegistry(ctx *image.Context) (bool, error) {
}
}

zap.S().Infof("Preparing to add the following images to the embedded artifact registry:\n%s", images)

artefactsPath := registryArtefactsPath(ctx)
if err = os.Mkdir(artefactsPath, os.ModePerm); err != nil {
return false, fmt.Errorf("creating registry dir: %w", err)
Expand Down

0 comments on commit 495e570

Please sign in to comment.