Skip to content

Commit 75fdc49

Browse files
committed
Fix convert unable to find image
Signed-off-by: apostasie <[email protected]>
1 parent acbec64 commit 75fdc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/image/convert.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func Convert(ctx context.Context, client *containerd.Client, srcRawRef, targetRa
7676
convertOpts = append(convertOpts, converter.WithPlatform(platMC))
7777

7878
// Ensure all the layers are here: https://github.com/containerd/nerdctl/issues/3425
79-
err = EnsureAllContent(ctx, client, srcRawRef, options.GOptions)
79+
err = EnsureAllContent(ctx, client, srcRef, options.GOptions)
8080
if err != nil {
8181
return err
8282
}

0 commit comments

Comments
 (0)