From c8338c5568afcb033205c65ab232c8e94dcf98df Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 26 Jun 2019 18:37:59 +0000 Subject: [PATCH] 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 --- recipes-containers/runc/runc-docker_git.bb | 4 ++-- recipes-containers/runc/runc-opencontainers_git.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb index 8b70fa72..2bf62224 100644 --- a/recipes-containers/runc/runc-docker_git.bb +++ b/recipes-containers/runc/runc-docker_git.bb @@ -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" diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb index 5f65940f..76ab7941 100644 --- a/recipes-containers/runc/runc-opencontainers_git.bb +++ b/recipes-containers/runc/runc-opencontainers_git.bb @@ -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"