Merge pull request #7850 from dmcgowan/sandbox-store-local-plugin

[sandbox] Add sandbox store plugin type
This commit is contained in:
Akihiro Suda
2023-01-04 00:21:06 +09:00
committed by GitHub
8 changed files with 100 additions and 144 deletions

View File

@@ -18,6 +18,7 @@ package integration
import (
// Register for linux platforms
_ "github.com/containerd/containerd/plugins/sandbox" // WithInMemoryServices will fail otherwise
_ "github.com/containerd/containerd/runtime/v1/linux"
_ "github.com/containerd/containerd/services/sandbox" // WithInMemoryServices will fail otherwise
_ "github.com/containerd/containerd/snapshots/overlay/plugin"