Merge pull request #671 from Random-Liu/ctrcri-to-ctr-cri

Ctrcri to ctr cri
This commit is contained in:
Lantao Liu
2018-03-15 17:14:59 -07:00
committed by GitHub
92 changed files with 7103 additions and 3996 deletions

View File

@@ -40,11 +40,8 @@ rm -rf ${destdir}
# Install dependencies into release stage.
NOSUDO=true INSTALL_CNI=${INCLUDE_CNI} DESTDIR=${destdir} ./hack/install-deps.sh
# Install ctrcri into release stage.
make install-ctrcri -e DESTDIR=${destdir}
if ${CUSTOM_CONTAINERD}; then
make install-containerd -e DESTDIR=${destdir}
make install -e DESTDIR=${destdir}
fi
# Install systemd units into release stage.