Pin containerd to v1.2.2. in integration tests.

We no longer need to depend on master, since v1.2.2 contains a commit to work
around "malformed input path" bug:
27c6449c2c

PiperOrigin-RevId: 229790405
Change-Id: Ia93b66959e6433bf096d6742be6064c1d7ed8b18
This commit is contained in:
Nicolas Lacasse 2019-01-17 11:50:20 -08:00 committed by Shentubot
parent 12bc7834dc
commit f89085219d
1 changed files with 1 additions and 4 deletions

View File

@ -106,10 +106,7 @@ install_crictl_test_deps() {
# go get will exit with a status of 1 despite succeeding, so ignore errors.
go get -d github.com/containerd/containerd || true
cd ${GOPATH}/src/github.com/containerd/containerd
# TODO: Switch to using a tagged version once one has been cut
# that contains fix in:
# https://github.com/containerd/containerd/commit/52de3717005eb20141c305bd93ff0d6ee5dfecb6
git checkout master
git checkout v1.2.2
make
sudo -n -E make install