Merge pull request #2097 from Random-Liu/vendor-cri-plugin

Vendor cri plugin into containerd.
This commit is contained in:
Derek McGowan
2018-02-23 13:55:13 -08:00
committed by GitHub
701 changed files with 226382 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ set -eu -o pipefail
RUNC_COMMIT=$(grep opencontainers/runc ${GOPATH}/src/github.com/containerd/containerd/vendor.conf | cut -d " " -f 2)
go get -u github.com/opencontainers/runc
go get -d github.com/opencontainers/runc
cd $GOPATH/src/github.com/opencontainers/runc
git checkout $RUNC_COMMIT
make BUILDTAGS="apparmor seccomp" runc install