summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc-docker_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2019-06-26 18:37:59 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-07-12 14:50:34 +0000
commitc8338c5568afcb033205c65ab232c8e94dcf98df (patch)
treedb4362c4e78a06c4ccfd46697f2037c452793fa6 /recipes-containers/runc/runc-docker_git.bb
parentc6e7bf94debb7bdd7a2b52b222a4b0da732a24b4 (diff)
downloadmeta-virtualization-c8338c5568afcb033205c65ab232c8e94dcf98df.tar.gz
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>
Diffstat (limited to 'recipes-containers/runc/runc-docker_git.bb')
-rw-r--r--recipes-containers/runc/runc-docker_git.bb4
1 files changed, 2 insertions, 2 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
2 2
3# Note: this rev is before the required protocol field, update when all components 3# Note: this rev is before the required protocol field, update when all components
4# have been updated to match. 4# have been updated to match.
5SRCREV_runc-docker = "6635b4f0c6af3810594d2770f662f34ddc15b40d" 5SRCREV_runc-docker = "425e105d5a03fabd737a126ad93d62a9eeede87f"
6SRC_URI = "git://github.com/opencontainers/runc;nobranch=1;name=runc-docker \ 6SRC_URI = "git://github.com/opencontainers/runc;nobranch=1;name=runc-docker \
7 file://0001-runc-Add-console-socket-dev-null.patch \ 7 file://0001-runc-Add-console-socket-dev-null.patch \
8 file://0001-build-drop-recvtty-and-use-GOBUILDFLAGS.patch \ 8 file://0001-build-drop-recvtty-and-use-GOBUILDFLAGS.patch \
9 file://0001-runc-docker-SIGUSR1-daemonize.patch \ 9 file://0001-runc-docker-SIGUSR1-daemonize.patch \
10 " 10 "
11 11
12RUNC_VERSION = "1.0.0-rc6" 12RUNC_VERSION = "1.0.0-rc8"