Update the opencontainers/runc vendor
This fixes the ugly build errors on Alpine Linux which the old version gave from C type mismatches, and now gives a nice neat line of whales on build... Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
7
vendor/github.com/opencontainers/runc/README.md
generated
vendored
7
vendor/github.com/opencontainers/runc/README.md
generated
vendored
@@ -2,6 +2,7 @@
|
||||
|
||||
[](https://travis-ci.org/opencontainers/runc)
|
||||
[](https://goreportcard.com/report/github.com/opencontainers/runc)
|
||||
[](https://godoc.org/github.com/opencontainers/runc)
|
||||
|
||||
## Introduction
|
||||
|
||||
@@ -76,6 +77,12 @@ You can run a specific test case by setting the `TESTFLAGS` variable.
|
||||
# make test TESTFLAGS="-run=SomeTestFunction"
|
||||
```
|
||||
|
||||
### Dependencies Management
|
||||
|
||||
`runc` uses [vndr](https://github.com/LK4D4/vndr) for dependencies management.
|
||||
Please refer to [vndr](https://github.com/LK4D4/vndr) for how to add or update
|
||||
new dependencies.
|
||||
|
||||
## Using runc
|
||||
|
||||
### Creating an OCI Bundle
|
||||
|
||||
Reference in New Issue
Block a user