Skip to content

Commit 669f0a2

Browse files
committed
set minimum containerd.io version to v1.6.4
This is for the upcoming 22 release, which will ship when we have containerd.io 1.6 packages, so (as we did with previous releases), set the minimum version to the current version. Similar to 3f2b79d Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 081f3b1 commit 669f0a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deb/common/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Vcs-Git: git://github.com/docker/docker.git
2727

2828
Package: docker-ce
2929
Architecture: linux-any
30-
Depends: containerd.io (>= 1.4.1),
30+
Depends: containerd.io (>= 1.6.4),
3131
docker-ce-cli,
3232
iptables,
3333
libseccomp2 (>= 2.3.0),

rpm/SPECS/docker-ce.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Requires: iptables
2828
# Libcgroup is no longer available in RHEL/CentOS >= 9 distros.
2929
Requires: libcgroup
3030
%endif
31-
Requires: containerd.io >= 1.4.1
31+
Requires: containerd.io >= 1.6.4
3232
Requires: tar
3333
Requires: xz
3434

0 commit comments

Comments
 (0)