Link dependencies versions to code so that it won't be out-of-date again.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu 2017-08-02 23:52:56 +00:00
parent 719b097e96
commit f11993b5da

View File

@ -10,10 +10,12 @@ the [roadmap](./docs/proposal.md#roadmap-and-milestones)
for information about current and future milestones. for information about current and future milestones.
## Getting started ## Getting started
### Binary Dependencies and Specifications ### Binary Dependencies and Specifications
The current release of cri-containerd has been tested with: The current release of `cri-containerd` has following depedencies:
* [containerd](https://github.com/containerd/containerd) v0.2.3-1098-g8ed1e24 * [containerd](https://github.com/containerd/containerd)
* [runc](https://github.com/opencontainers/runc) v1.0.0-rc3 * [runc](https://github.com/opencontainers/runc)
* [CNI](https://github.com/containernetworking/cni) v0.4.0 * [CNI](https://github.com/containernetworking/cni)
See [versions](./hack/versions) of these dependencies `cri-containerd` is tested with.
As containerd and runc move to their respective general availability releases, As containerd and runc move to their respective general availability releases,
we will do our best to rebase/retest `cri-containerd` with these releases on a we will do our best to rebase/retest `cri-containerd` with these releases on a