Skip to content

Commit b1624c3

Browse files
authored
Merge pull request containerd#9869 from fuweid/move_local_sb_to_service
plugins/sandbox: move local plugin into services
2 parents 7f0f49b + a2768f1 commit b1624c3

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

plugins/sandbox/controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ func init() {
4646
Requires: []plugin.Type{
4747
plugins.RuntimePluginV2,
4848
plugins.EventPlugin,
49-
plugins.SandboxStorePlugin,
5049
},
5150
InitFn: func(ic *plugin.InitContext) (interface{}, error) {
5251
shimPlugin, err := ic.GetByID(plugins.RuntimePluginV2, "shim")
File renamed without changes.

0 commit comments

Comments
 (0)