From 7dd5329e5e96151d24495dd52472142c976a825d Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 12 Jun 2026 19:03:01 +0200 Subject: [PATCH] deb, rpm: require containerd.io >= v2.1.5 Drop support for containerd.io v1.x. container.io v2.1.5 is the oldest v2 version we shipped as packages. Signed-off-by: Sebastiaan van Stijn --- deb/common/control | 2 +- rpm/SPECS/docker-ce.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deb/common/control b/deb/common/control index bbcf5f7b55..d847e43610 100644 --- a/deb/common/control +++ b/deb/common/control @@ -24,7 +24,7 @@ Vcs-Git: https://github.com/moby/moby.git Package: docker-ce Architecture: linux-any Pre-Depends: init-system-helpers (>= 1.54~) -Depends: containerd.io (>= 1.7.27), +Depends: containerd.io (>= 2.1.5), docker-ce-cli, iptables, nftables, diff --git a/rpm/SPECS/docker-ce.spec b/rpm/SPECS/docker-ce.spec index 685373965d..b9c6540eb5 100644 --- a/rpm/SPECS/docker-ce.spec +++ b/rpm/SPECS/docker-ce.spec @@ -23,7 +23,7 @@ Requires: nftables # Libcgroup is no longer available in RHEL/CentOS >= 9 distros. Requires: libcgroup %endif -Requires: containerd.io >= 1.7.27 +Requires: containerd.io >= 2.1.5 Requires: tar Requires: xz