runc: update to -rc8

Updating both the pure opencontainers runc and the docker opencontainers
variants to -rc8.

We track the tip of master for opencontainers and for docker we match
the -ce and moby -rc8 commit hashes.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2019-06-26 18:37:59 +00:00
parent c6e7bf94de
commit c8338c5568
2 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@ include runc.inc
# Note: this rev is before the required protocol field, update when all components
# have been updated to match.
SRCREV_runc-docker = "6635b4f0c6af3810594d2770f662f34ddc15b40d"
SRCREV_runc-docker = "425e105d5a03fabd737a126ad93d62a9eeede87f"
SRC_URI = "git://github.com/opencontainers/runc;nobranch=1;name=runc-docker \
file://0001-runc-Add-console-socket-dev-null.patch \
file://0001-build-drop-recvtty-and-use-GOBUILDFLAGS.patch \
file://0001-runc-docker-SIGUSR1-daemonize.patch \
"
RUNC_VERSION = "1.0.0-rc6"
RUNC_VERSION = "1.0.0-rc8"

View File

@ -1,7 +1,7 @@
include runc.inc
SRCREV = "6635b4f0c6af3810594d2770f662f34ddc15b40d"
SRCREV = "652297c7c7e6c94e8d064ad5916c32891a6fd388"
SRC_URI = " \
git://github.com/opencontainers/runc;branch=master \
"
RUNC_VERSION = "1.0.0-rc6"
RUNC_VERSION = "1.0.0-rc8"