Skip to content

Commit

Permalink
enable remote digest (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aceralon authored Mar 21, 2022
1 parent 1b765fa commit 8720df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/virt/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func (v *Virt) ImageRemoteDigest(ctx context.Context, image string) (string, err
return "", err
}

digests, err := v.client.DigestImage(ctx, imgName, true)
digests, err := v.client.DigestImage(ctx, imgName, false)
switch {
case err != nil:
return "", err
Expand Down

0 comments on commit 8720df5

Please sign in to comment.