We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69691de commit 24eea01Copy full SHA for 24eea01
1 file changed
plugin.go
@@ -93,10 +93,6 @@ const (
93
)
94
95
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"
100
// RuntimeRuncV2 is the runc runtime that supports multiple containers per shim
101
RuntimeRuncV2 = "io.containerd.runc.v2"
102
0 commit comments