From 50579d043f9dad843b118cbbd9c4954809a099c9 Mon Sep 17 00:00:00 2001 From: Salvador Fuentes Date: Mon, 18 Jun 2018 11:42:31 -0500 Subject: [PATCH] Versions: Add CNI plugins version The cni-plugins commit will be used to build that specific version on the CI, instead of using master. Fixes #407. Depends-on: github.com/kata-containers/tests#428 Signed-off-by: Salvador Fuentes --- versions.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/versions.yaml b/versions.yaml index 7c295bfed..5747caa72 100644 --- a/versions.yaml +++ b/versions.yaml @@ -107,6 +107,11 @@ components: externals: description: "Third-party projects used by the system" + cni-plugins: + description: "CNI network plugins" + url: "https://github.com/containernetworking/plugins" + commit: "7f98c94613021d8b57acfa1a2f0c8d0f6fd7ae5a" + crio: description: | OCI-based Kubernetes Container Runtime Interface implementation