Skip to content

Commit 743c3b9

Browse files
committed
fix: use correct containerd import path
Use `/v2` import path, otherwise we pull in `containerd` v1. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent f2dd085 commit 743c3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/containers/image/progress/pull_progress.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ import (
1313
"sync"
1414
"time"
1515

16-
"github.com/containerd/containerd/pkg/snapshotters"
1716
"github.com/containerd/containerd/v2/core/content"
1817
"github.com/containerd/containerd/v2/core/images"
1918
"github.com/containerd/containerd/v2/core/remotes"
2019
"github.com/containerd/containerd/v2/core/snapshots"
20+
"github.com/containerd/containerd/v2/pkg/snapshotters"
2121
"github.com/containerd/errdefs"
2222
"github.com/moby/moby/client/pkg/stringid"
2323
"github.com/opencontainers/go-digest"

0 commit comments

Comments
 (0)