From 1702ce6e80c3d786f577e74744d28a2b1180e9ee Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 2 Jul 2019 15:14:54 +0000 Subject: docker/moby: update to v19.03-rc updating the full community build (moby) of the docker engine, cli and networking components to the 19.03 release series. The changes are minimal, versioning, branch selection, but otherwise everything in the build is the same as the previous versions. The SRCREVs are selected through an audit of moby and docker-ce to synchronize the build points for the various components. Signed-off-by: Bruce Ashfield --- recipes-containers/docker/docker_git.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes-containers/docker') diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb index 75a8161b..5b2f3b0c 100644 --- a/recipes-containers/docker/docker_git.bb +++ b/recipes-containers/docker/docker_git.bb @@ -35,13 +35,13 @@ DESCRIPTION = "Linux container runtime \ # to a docker.inc recipe # moby commit matches the docker-ce swarmkit bump on the 18.09 branch -SRCREV_moby = "667e800b2cf920c6d3d7c32fdbc5811934d99769" -SRCREV_libnetwork = "4725f2163fb214a6312f3beae5991f838ec36326" -SRCREV_cli = "7ea48a16e3eac8772f7e10bbf404ee6a2fd909ac" +SRCREV_moby = "344b093258fcb2195fa393081e5224a6c766c798" +SRCREV_libnetwork = "5ac07abef4eee176423fdc1b870d435258e2d381" +SRCREV_cli = "2f1931f9eb2d6bac2efd48d94739f2e9919d4d7d" SRC_URI = "\ git://github.com/moby/moby.git;nobranch=1;name=moby \ - git://github.com/docker/libnetwork.git;branch=bump_18.09;name=libnetwork;destsuffix=git/libnetwork \ - git://github.com/docker/cli;branch=18.09;name=cli;destsuffix=git/cli \ + git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork \ + git://github.com/docker/cli;branch=19.03;name=cli;destsuffix=git/cli \ file://docker.init \ file://0001-libnetwork-use-GO-instead-of-go.patch \ " @@ -56,7 +56,7 @@ GO_IMPORT = "import" S = "${WORKDIR}/git" -DOCKER_VERSION = "18.09.3" +DOCKER_VERSION = "19.03.0-rc3" PV = "${DOCKER_VERSION}+git${SRCREV_moby}" PACKAGES =+ "${PN}-contrib" -- cgit v1.2.3-54-g00ecf