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

Commit

Permalink
versions: Add cri-tools and conmon to the versions.yaml
Browse files Browse the repository at this point in the history
cri-tools version was managed in the tests repository, but as
we define here cri-o, containerd and kubernetes versions, it
make sense to have the cri-tools version defined in this repo.

conmon has now to be installed/built separately. So add it
to the list.

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

Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
  • Loading branch information
chavafg committed Nov 7, 2019
1 parent 0e70b38 commit 69ab092
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ externals:
url: "https://github.com/containernetworking/plugins"
commit: "485be65581341430f9106a194a98f0f2412245fb"

conmon:
description: "An OCI container runtime monitor"
url: "https://github.com/containers/conmon"
version: "v2.0.1"

crio:
description: |
OCI-based Kubernetes Container Runtime Interface implementation
Expand All @@ -211,6 +216,11 @@ externals:
tarball_url: "https://storage.googleapis.com/cri-containerd-release"
version: "1.2.7"

critools:
description: "CLI tool for Container Runtime Interface (CRI)"
url: "https://github.com/kubernetes-sigs/cri-tools"
version: "1.16.1"

docker:
description: "Moby project container manager"
notes: "Docker Swarm requires an older version of Docker."
Expand Down

0 comments on commit 69ab092

Please sign in to comment.