Skip to content

Commit e33707b

Browse files
authored
Merge pull request containerd#3626 from apostasie/fix-convert-fail-pull
Regression: fix convert unable to find image
2 parents bc0739d + 75fdc49 commit e33707b

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)