Merge pull request #5750 from thaJeztah/cleanup_test_dockerfile

Refactor / optimize contrib/Dockerfile.test
This commit is contained in:
Phil Estes
2021-07-20 10:33:55 -04:00
committed by GitHub
2 changed files with 54 additions and 36 deletions

View File

@@ -34,6 +34,7 @@ git checkout "$CRITEST_COMMIT"
make
make install -e DESTDIR=${DESTDIR:=''} BINDIR=/usr/local/bin
mkdir -p ${DESTDIR:=''}/etc/
cat << EOF | tee ${DESTDIR:=''}/etc/crictl.yaml
runtime-endpoint: unix:///run/containerd/containerd.sock
EOF