mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Update to containerd v2.0.2, buildkit v0.19.0-rc2
Update buildkit version to commit which uses 2.0 Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
committed by
Sebastiaan van Stijn
parent
a63602472d
commit
0aa8fe0bf9
@@ -11,7 +11,7 @@ import (
|
||||
|
||||
"github.com/containerd/cgroups/v3"
|
||||
"github.com/containerd/cgroups/v3/cgroup1"
|
||||
"github.com/containerd/containerd/pkg/seccomp"
|
||||
"github.com/containerd/containerd/v2/pkg/seccomp"
|
||||
"github.com/containerd/log"
|
||||
"github.com/moby/sys/mountinfo"
|
||||
)
|
||||
|
||||
@@ -6,7 +6,7 @@ import (
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
"github.com/containerd/containerd/pkg/seccomp"
|
||||
"github.com/containerd/containerd/v2/pkg/seccomp"
|
||||
)
|
||||
|
||||
func TestReadProcBool(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user