Change path of CNI build script and pin to a commit
As of containernetworking/cni commit 1b9caefba5670c59e0ccbf0b008d88da52a7d498, the script to build has changed from 'build' to 'build.sh' which broke our integration tests. Change the integration test Dockerfile to update this path, and update the tutorial for good measure. Pin to current master to ensure this breakage doesn't happen again. Signed-off-by: Matthew Heon <mheon@redhat.com>
This commit is contained in:
parent
09d2a6b519
commit
517f43ce19
2 changed files with 4 additions and 2 deletions
|
@ -207,7 +207,7 @@ cd $GOPATH/src/github.com/containernetworking/cni
|
|||
Build the `cni` binaries:
|
||||
|
||||
```
|
||||
./build
|
||||
./build.sh
|
||||
```
|
||||
|
||||
Output:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue