Skip to content

Commit 189ccdb

Browse files
Add image verifier transfer service plugin system based on a binary directory
Signed-off-by: Ethan Lowman <ethan.lowman@datadoghq.com>
1 parent 52225bc commit 189ccdb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plugin.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ const (
9090
SandboxStorePlugin Type = "io.containerd.sandbox.store.v1"
9191
// SandboxControllerPlugin implements a sandbox controller
9292
SandboxControllerPlugin Type = "io.containerd.sandbox.controller.v1"
93+
// ImageVerifierPlugin implements an image verifier service
94+
ImageVerifierPlugin Type = "io.containerd.image-verifier.v1"
9395
)
9496

9597
const (

0 commit comments

Comments
 (0)