diff --git a/src/internal/packager/images/pull.go b/src/internal/packager/images/pull.go index 6eb63398b7..70cd1d3dc1 100644 --- a/src/internal/packager/images/pull.go +++ b/src/internal/packager/images/pull.go @@ -265,7 +265,6 @@ func Pull(ctx context.Context, cfg PullConfig) (map[transform.Image]v1.Image, er return err } newFile := filepath.Join(blobDir, hash) - return os.Rename(path, newFile) }) if err != nil {