m/n/k/containerd: upgrade to v2
Upgrade containerd to 2.0, migrate config and adjust all paths.
No new K8s features are enabled yet, this will come separately.
Also bumps gVisor to the latest version and essentially reimplements the
shim as the API has changed a lot.
A drive-by fix in clitable was necessary as the x/tools upgrade
introduced a new analysis pass.
Change-Id: I9d25af203b94667aaac69a71eeccad2d42aa5f99
Reviewed-on: https://review.monogon.dev/c/monogon/+/3622
Tested-by: Jenkins CI
Reviewed-by: Jan Schär <jan@monogon.tech>
diff --git a/build/analysis/BUILD.bazel b/build/analysis/BUILD.bazel
index d3d51be..8110f9e 100644
--- a/build/analysis/BUILD.bazel
+++ b/build/analysis/BUILD.bazel
@@ -138,7 +138,7 @@
"external/io_etcd_go_etcd_client_v3": "third_party",
"external/com_github_coredns_coredns": "third_party",
"external/io_etcd_go_etcd_server_v3": "third_party",
- "external/com_github_containerd_containerd": "third_party",
+ "external/com_github_containerd_containerd_v2": "third_party",
"external/io_k8s_client_go": "third_party",
"external/io_k8s_apiserver": "third_party",
"external/io_k8s_kubectl": "third_party",