mirror of
https://github.com/siderolabs/talos.git
synced 2025-09-18 04:11:14 +02:00
Fixes #3538 See also talos-systems/pkgs#276 As new containerd is now Go module-based, it pulls many more dependencies if simply imported in `go.mod`, so I had to replace the reference to the constant in `pkg/machinery/` to `containerd` volume with simple value to avoid pulling Kubernetes dependencies into `pkg/machinery`. Also updates the kernel to include PR talos-systems/pkgs#275 for AES-NI support. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>