mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Bump runc
Changes: a00bf01908...9f1e94488e
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
c21c9b5fad
commit
335736fb01
4 changed files with 10 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# When updating RUNC_COMMIT, also update runc in vendor.conf accordingly
|
||||
RUNC_COMMIT=a00bf0190895aa465a5fbed0268888e2c8ddfe85
|
||||
RUNC_COMMIT=9f1e94488e5e478e084fef997f022565b64b01d9
|
||||
|
||||
install_runc() {
|
||||
# Do not build with ambient capabilities support
|
||||
|
|
|
@ -75,7 +75,7 @@ github.com/pborman/uuid v1.0
|
|||
google.golang.org/grpc v1.12.0
|
||||
|
||||
# This does not need to match RUNC_COMMIT as it is used for helper packages but should be newer or equal
|
||||
github.com/opencontainers/runc 58592df56734acf62e574865fe40b9e53e967910
|
||||
github.com/opencontainers/runc 9f1e94488e5e478e084fef997f022565b64b01d9
|
||||
github.com/opencontainers/runtime-spec 5684b8af48c1ac3b1451fa499724e30e3c20a294 # v1.0.1-49-g5684b8a
|
||||
github.com/opencontainers/image-spec v1.0.1
|
||||
github.com/seccomp/libseccomp-golang 32f571b70023028bd57d9288c20efbcb237f3ce0
|
||||
|
|
4
vendor/github.com/opencontainers/runc/README.md
generated
vendored
4
vendor/github.com/opencontainers/runc/README.md
generated
vendored
|
@ -263,3 +263,7 @@ PIDFile=/run/mycontainerid.pid
|
|||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
The code and docs are released under the [Apache 2.0 license](LICENSE).
|
||||
|
|
7
vendor/github.com/opencontainers/runc/libcontainer/README.md
generated
vendored
7
vendor/github.com/opencontainers/runc/libcontainer/README.md
generated
vendored
|
@ -323,6 +323,7 @@ generated when building libcontainer with docker.
|
|||
|
||||
## Copyright and license
|
||||
|
||||
Code and documentation copyright 2014 Docker, inc. Code released under the Apache 2.0 license.
|
||||
Docs released under Creative commons.
|
||||
|
||||
Code and documentation copyright 2014 Docker, inc.
|
||||
The code and documentation are released under the [Apache 2.0 license](../LICENSE).
|
||||
The documentation is also released under Creative Commons Attribution 4.0 International License.
|
||||
You may obtain a copy of the license, titled CC-BY-4.0, at http://creativecommons.org/licenses/by/4.0/.
|
||||
|
|
Loading…
Reference in a new issue