On apt-based systems, the feature script installs the moby-engine package, which depends on moby-containerd >= 1.7.0, so it will end up just installing the latest version of containerd available in the repo.
This week, containerd 2.3.0 was released, and it broke my dev containers (containerd/containerd#13346). It would be good if there was a variable we could set to specify what version of moby-containerd to install, as a workaround when these types of issues occur.
On apt-based systems, the feature script installs the
moby-enginepackage, which depends onmoby-containerd >= 1.7.0, so it will end up just installing the latest version of containerd available in the repo.This week, containerd 2.3.0 was released, and it broke my dev containers (containerd/containerd#13346). It would be good if there was a variable we could set to specify what version of
moby-containerdto install, as a workaround when these types of issues occur.