Changes: https://github.com/opencontainers/runc/compare/a00bf0190895...9f1e94488e5e4
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
#!/bin/sh |
| 2 | 2 |
|
| 3 | 3 |
# When updating RUNC_COMMIT, also update runc in vendor.conf accordingly |
| 4 |
-RUNC_COMMIT=a00bf0190895aa465a5fbed0268888e2c8ddfe85 |
|
| 4 |
+RUNC_COMMIT=9f1e94488e5e478e084fef997f022565b64b01d9 |
|
| 5 | 5 |
|
| 6 | 6 |
install_runc() {
|
| 7 | 7 |
# Do not build with ambient capabilities support |
| ... | ... |
@@ -75,7 +75,7 @@ github.com/pborman/uuid v1.0 |
| 75 | 75 |
google.golang.org/grpc v1.12.0 |
| 76 | 76 |
|
| 77 | 77 |
# This does not need to match RUNC_COMMIT as it is used for helper packages but should be newer or equal |
| 78 |
-github.com/opencontainers/runc 58592df56734acf62e574865fe40b9e53e967910 |
|
| 78 |
+github.com/opencontainers/runc 9f1e94488e5e478e084fef997f022565b64b01d9 |
|
| 79 | 79 |
github.com/opencontainers/runtime-spec 5684b8af48c1ac3b1451fa499724e30e3c20a294 # v1.0.1-49-g5684b8a |
| 80 | 80 |
github.com/opencontainers/image-spec v1.0.1 |
| 81 | 81 |
github.com/seccomp/libseccomp-golang 32f571b70023028bd57d9288c20efbcb237f3ce0 |
| ... | ... |
@@ -323,6 +323,7 @@ generated when building libcontainer with docker. |
| 323 | 323 |
|
| 324 | 324 |
## Copyright and license |
| 325 | 325 |
|
| 326 |
-Code and documentation copyright 2014 Docker, inc. Code released under the Apache 2.0 license. |
|
| 327 |
-Docs released under Creative commons. |
|
| 328 |
- |
|
| 326 |
+Code and documentation copyright 2014 Docker, inc. |
|
| 327 |
+The code and documentation are released under the [Apache 2.0 license](../LICENSE). |
|
| 328 |
+The documentation is also released under Creative Commons Attribution 4.0 International License. |
|
| 329 |
+You may obtain a copy of the license, titled CC-BY-4.0, at http://creativecommons.org/licenses/by/4.0/. |