versions: Update cri-containerd yaml

Use only one version to install cri-contaienrd

- version could be a containerd version or a commit of the cri
repository.

Depends-on: github.com/kata-containers/tests#1400

Fixes: #1464

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
Jose Carlos Venegas Munoz 2019-04-02 15:39:06 -06:00
parent e0dda36b5f
commit b203fdb4a0

View File

@ -193,13 +193,9 @@ 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"
Note that the current version is required for golang 1.10.2 tarball_url: "https://storage.googleapis.com/cri-containerd-release"
(see https://github.com/containerd/cri/pull/941). version: "1.2.6"
url: "https://github.com/containerd/cri"
version: "da0c016c830b2ea97fd1d737c49a568a816bf964"
meta:
containerd-version: "1.2.4"
docker: docker:
description: "Moby project container manager" description: "Moby project container manager"