summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2019-07-02 15:14:54 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-07-12 14:50:34 +0000
commit1702ce6e80c3d786f577e74744d28a2b1180e9ee (patch)
treec7d30bd849d38890781ff873c9e89cbcef4719ad
parent0a2af198938932bf23586d120b371db4454ff73e (diff)
downloadmeta-virtualization-1702ce6e80c3d786f577e74744d28a2b1180e9ee.tar.gz
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 <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/docker/docker_git.bb12
1 files changed, 6 insertions, 6 deletions
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 \
35# to a docker.inc recipe 35# to a docker.inc recipe
36 36
37# moby commit matches the docker-ce swarmkit bump on the 18.09 branch 37# moby commit matches the docker-ce swarmkit bump on the 18.09 branch
38SRCREV_moby = "667e800b2cf920c6d3d7c32fdbc5811934d99769" 38SRCREV_moby = "344b093258fcb2195fa393081e5224a6c766c798"
39SRCREV_libnetwork = "4725f2163fb214a6312f3beae5991f838ec36326" 39SRCREV_libnetwork = "5ac07abef4eee176423fdc1b870d435258e2d381"
40SRCREV_cli = "7ea48a16e3eac8772f7e10bbf404ee6a2fd909ac" 40SRCREV_cli = "2f1931f9eb2d6bac2efd48d94739f2e9919d4d7d"
41SRC_URI = "\ 41SRC_URI = "\
42 git://github.com/moby/moby.git;nobranch=1;name=moby \ 42 git://github.com/moby/moby.git;nobranch=1;name=moby \
43 git://github.com/docker/libnetwork.git;branch=bump_18.09;name=libnetwork;destsuffix=git/libnetwork \ 43 git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork \
44 git://github.com/docker/cli;branch=18.09;name=cli;destsuffix=git/cli \ 44 git://github.com/docker/cli;branch=19.03;name=cli;destsuffix=git/cli \
45 file://docker.init \ 45 file://docker.init \
46 file://0001-libnetwork-use-GO-instead-of-go.patch \ 46 file://0001-libnetwork-use-GO-instead-of-go.patch \
47 " 47 "
@@ -56,7 +56,7 @@ GO_IMPORT = "import"
56 56
57S = "${WORKDIR}/git" 57S = "${WORKDIR}/git"
58 58
59DOCKER_VERSION = "18.09.3" 59DOCKER_VERSION = "19.03.0-rc3"
60PV = "${DOCKER_VERSION}+git${SRCREV_moby}" 60PV = "${DOCKER_VERSION}+git${SRCREV_moby}"
61 61
62PACKAGES =+ "${PN}-contrib" 62PACKAGES =+ "${PN}-contrib"