From 1fd5a596ed72bb187fdcc1ec614e7a3482741f10 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 26 Jul 2016 14:03:46 -0400 Subject: containers: uprev docker (1.12.0), runc (1.0.0-rc) and containerd (0.2.2) Bumping the version of docker and dependencies. This gets us closer to runc 1.0, which is the foundation for future OCI efforts. Signed-off-by: Bruce Ashfield --- recipes-containers/containerd/containerd_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-containers/containerd') diff --git a/recipes-containers/containerd/containerd_git.bb b/recipes-containers/containerd/containerd_git.bb index 1a2c4454..24a51bc4 100644 --- a/recipes-containers/containerd/containerd_git.bb +++ b/recipes-containers/containerd/containerd_git.bb @@ -4,7 +4,7 @@ DESCRIPTION = "containerd is a daemon to control runC, built for performance and containerd leverages runC's advanced features such as seccomp and user namespace \ support as well as checkpoint and restore for cloning and live migration of containers." -SRCREV = "ca47f7e76a93e9b3768ed084d62318e85bd9f4b2" +SRCREV = "0ac3cd1be170d180b2baed755e8f0da547ceb267" SRC_URI = "\ git://github.com/docker/containerd.git;nobranch=1 \ " @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.code;md5=aadc30f9c14d876ded7bedc0afd2d3d7" S = "${WORKDIR}/git" -CONTAINERD_VERSION = "0.2.0" +CONTAINERD_VERSION = "0.2.2" PV = "${CONTAINERD_VERSION}+git${SRCREV}" DEPENDS = "go-cross \ -- cgit v1.2.3-54-g00ecf