From 7d9d601e6de0020bc49678d9b48b5d56d8163558 Mon Sep 17 00:00:00 2001 From: Cory Snider Date: Mon, 6 Nov 2023 13:43:18 -0500 Subject: [PATCH] project: document supported containerd versions We only support containerd versions which have fixes for https://github.com/containerd/containerd/issues/8557. Signed-off-by: Cory Snider --- project/PACKAGERS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project/PACKAGERS.md b/project/PACKAGERS.md index f608a28aa4..d399c463be 100644 --- a/project/PACKAGERS.md +++ b/project/PACKAGERS.md @@ -106,6 +106,8 @@ export DOCKER_BUILDTAGS='exclude_graphdriver_btrfs exclude_graphdriver_zfs' To function properly, the Docker daemon needs the following software to be installed and available at runtime: +* containerd version 1.6.22 or later + * containerd versions 1.7.0 through 1.7.2 are incompatible * iptables version 1.4 or later * procps (or similar provider of a "ps" executable) * e2fsprogs version 1.4.12 or later (in use: mkfs.ext4, tune2fs)