versions: Update containerd to v1.3.10

Bump containerd version to the latest v1.3.x, so we don't have to do
intrusive changes in our codebase (as done for in the main branch).

Fixes: #2350

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
Fabiano Fidêncio 2021-07-13 10:23:45 +02:00
parent cf482802b0
commit ce11a6f632

View File

@ -184,11 +184,11 @@ externals:
cri-containerd: cri-containerd:
description: | description: |
Containerd Plugin for Kubernetes Container Runtime Interface. Containerd Plugin for Kubernetes Container Runtime Interface.
url: "github.com/containerd/cri" url: "github.com/containerd/containerd"
tarball_url: "https://storage.googleapis.com/cri-containerd-release" tarball_url: "https://github.com/containerd/containerd/releases/download"
# Next commit from 1.3 branch contains fix to be able to run # Next commit from 1.3 branch contains fix to be able to run
# tests using go 1.13 # tests using go 1.13
version: "v1.3.7" version: "v1.3.10"
critools: critools:
description: "CLI tool for Container Runtime Interface (CRI)" description: "CLI tool for Container Runtime Interface (CRI)"