Skip to content

Commit 24eea01

Browse files
committed
Remove v1 runctypes
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
1 parent 69691de commit 24eea01

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

plugin.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ const (
9393
)
9494

9595
const (
96-
// RuntimeLinuxV1 is the legacy linux runtime
97-
RuntimeLinuxV1 = "io.containerd.runtime.v1.linux"
98-
// RuntimeRuncV1 is the runc runtime that supports a single container
99-
RuntimeRuncV1 = "io.containerd.runc.v1"
10096
// RuntimeRuncV2 is the runc runtime that supports multiple containers per shim
10197
RuntimeRuncV2 = "io.containerd.runc.v2"
10298
)

0 commit comments

Comments
 (0)