Merge pull request #9869 from fuweid/move_local_sb_to_service

plugins/sandbox: move local plugin into services
This commit is contained in:
Phil Estes 2024-02-27 00:00:38 +00:00 committed by GitHub
commit b1624c3628
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ func init() {
Requires: []plugin.Type{
plugins.RuntimePluginV2,
plugins.EventPlugin,
plugins.SandboxStorePlugin,
},
InitFn: func(ic *plugin.InitContext) (interface{}, error) {
shimPlugin, err := ic.GetByID(plugins.RuntimePluginV2, "shim")