Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
versions: Update containerd commit
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
chavafg committed Mar 26, 2020
1 parent 213f5db commit e62a8aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit e62a8aa

Please sign in to comment.