Skip to content

Commit

Permalink
fix: prefix warning to the image validation (#1673)
Browse files Browse the repository at this point in the history
Improved messaging for the warning about image arch being different from
expected
  • Loading branch information
h4ck3rk3y committed Nov 2, 2023
1 parent 8516f91 commit 88147fb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ const (
containerDownloadedImagesMsgFromRemote = "remotely downloaded"
containerDownloadedImagesMsgLineFormat = "> %s - %s"

containerImageArchWarningHeaderFormat = "Container images with different architecture than expected(%s):"
containerImageArchWarningHeaderFormat = "WARNING: Container images with different architecture than expected(%s):"
containerImageArchitectureMsgLineFormat = "> %s - %s"

linebreak = "\n"
Expand Down

0 comments on commit 88147fb

Please sign in to comment.