We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5184f2e + 39e1213 commit aa44c43Copy full SHA for aa44c43
e2e/testutils/plugins.go
@@ -32,7 +32,11 @@ func SetupPlugin(t *testing.T, ctx context.Context) *fs.Dir {
32
},
33
Interface: types.PluginConfigInterface{
34
Socket: "basic.sock",
35
- Types: []types.PluginInterfaceType{{Capability: "docker.dummy/1.0"}},
+ Types: []types.PluginInterfaceType{{
36
+ Capability: "dummy",
37
+ Prefix: "docker",
38
+ Version: "1.0",
39
+ }},
40
41
Entrypoint: []string{"/basic"},
42
}
0 commit comments