Skip to content

Commit

Permalink
Update minimum containerd.io version to v1.4.1
Browse files Browse the repository at this point in the history
Docker v20.10 ships with containerd.io v1.4.x, so setting the minimum
required version to v1.4.1 (current containerd.io release), as we won't
test / support older versions of containerd (and runc).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Oct 20, 2020
1 parent 89f2ae2 commit 3f2b79d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deb/common/control
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Vcs-Git: git://github.com/docker/docker.git

Package: docker-ce
Architecture: linux-any
Depends: containerd.io (>= 1.3.0),
Depends: containerd.io (>= 1.4.1),
docker-ce-cli,
iptables,
libseccomp2 (>= 2.3.0),
Expand Down
2 changes: 1 addition & 1 deletion rpm/SPECS/docker-ce.spec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Requires: ( iptables or nftables )
Requires: iptables
%endif
Requires: libcgroup
Requires: containerd.io >= 1.3.0
Requires: containerd.io >= 1.4.1
Requires: tar
Requires: xz

Expand Down

0 comments on commit 3f2b79d

Please sign in to comment.