From 4124d1dfab95a3ac2d7457ea1648f9c0d5fb6442 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 6 Nov 2023 21:14:28 +0100 Subject: [PATCH] deb, rpm: set minimum containerd version to 1.6.24 relates to https://github.com/moby/moby/pull/46778 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 32190d4428..603b8bab2f 100644 --- a/deb/common/control +++ b/deb/common/control @@ -25,7 +25,7 @@ Vcs-Git: git://github.com/docker/docker.git Package: docker-ce Architecture: linux-any -Depends: containerd.io (>= 1.6.4), +Depends: containerd.io (>= 1.6.24), docker-ce-cli, iptables, libseccomp2 (>= 2.3.0), diff --git a/rpm/SPECS/docker-ce.spec b/rpm/SPECS/docker-ce.spec index 3855001c65..ac30f60f0d 100644 --- a/rpm/SPECS/docker-ce.spec +++ b/rpm/SPECS/docker-ce.spec @@ -31,7 +31,7 @@ Requires: iptables # Libcgroup is no longer available in RHEL/CentOS >= 9 distros. Requires: libcgroup %endif -Requires: containerd.io >= 1.6.4 +Requires: containerd.io >= 1.6.24 Requires: tar Requires: xz