Skip to content

Commit

Permalink
Merge pull request #21930 from vrothberg/fix-21856
Browse files Browse the repository at this point in the history
machine init: print output to improve UX
  • Loading branch information
openshift-merge-bot[bot] authored Mar 4, 2024
2 parents a61f895 + e094443 commit 8532d3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/machine/ocipull/ociartifact.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ func (o *OCIArtifactDisk) getDestArtifact() (types.ImageReference, digest.Digest
if err != nil {
return nil, "", err
}
fmt.Printf("Looking up Podman Machine image at %s to create VM\n", imgRef.DockerReference())
sysCtx := &types.SystemContext{
DockerInsecureSkipTLSVerify: types.NewOptionalBool(!o.pullOptions.TLSVerify),
}
Expand Down

0 comments on commit 8532d3e

Please sign in to comment.