From b203fdb4a0a84419c14a0b17223b7640b9c52ce9 Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Tue, 2 Apr 2019 15:39:06 -0600 Subject: [PATCH] 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 --- versions.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/versions.yaml b/versions.yaml index a5808554cb..94ca29c8c8 100644 --- a/versions.yaml +++ b/versions.yaml @@ -193,13 +193,9 @@ externals: cri-containerd: description: | Containerd Plugin for Kubernetes Container Runtime Interface. - - Note that the current version is required for golang 1.10.2 - (see https://github.com/containerd/cri/pull/941). - url: "https://github.com/containerd/cri" - version: "da0c016c830b2ea97fd1d737c49a568a816bf964" - meta: - containerd-version: "1.2.4" + url: "github.com/containerd/cri" + tarball_url: "https://storage.googleapis.com/cri-containerd-release" + version: "1.2.6" docker: description: "Moby project container manager"