versions: Update containerd commit

We currently use containerd v1.3.0, but this version has an
issue when running the containerd/cri tests with go 1.13.
This commit: 3a4acfbc99aa976849f51a8edd4af20ead51d8d7 from
branch release/1.3 contains the fix to be able to run the
tests with go 1.13.

Depends-on: github.com/kata-containers/tests#2415
Fixes: #2562.

Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
This commit is contained in:
Salvador Fuentes 2020-03-25 15:24:27 -06:00
parent 213f5dbaf5
commit e62a8aa98e

View File

@ -199,7 +199,9 @@ externals:
Containerd Plugin for Kubernetes Container Runtime Interface.
url: "github.com/containerd/cri"
tarball_url: "https://storage.googleapis.com/cri-containerd-release"
version: "1.3.0"
# Next commit from 1.3 branch contains fix to be able to run
# tests using go 1.13
version: "3a4acfbc99aa976849f51a8edd4af20ead51d8d7"
critools:
description: "CLI tool for Container Runtime Interface (CRI)"