summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/docker/docker-moby.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-containers/docker/docker-moby.bb b/recipes-containers/docker/docker-moby.bb
index 074ef08f..634e5c0d 100644
--- a/recipes-containers/docker/docker-moby.bb
+++ b/recipes-containers/docker/docker-moby.bb
@@ -35,9 +35,9 @@ DESCRIPTION = "Linux container runtime \
35# to a docker.inc recipe 35# to a docker.inc recipe
36 36
37# moby commit matches the docker-engine bump on the 19.03 branch' 37# moby commit matches the docker-engine bump on the 19.03 branch'
38SRCREV_moby = "aa6a9891b09cce3d9004121294301a30d45d998d" 38SRCREV_moby = "9dc6525e6118a25fab2be322d1914740ea842495"
39SRCREV_libnetwork = "c7bae399e46fd620b8a006174b7327e4e6e647fd" 39SRCREV_libnetwork = "026aabaa659832804b01754aaadd2c0f420c68b6"
40SRCREV_cli = "eb310fca49568dccd87c6136f774ef6fff2a1b51" 40SRCREV_cli = "0ed913b885c8919944a2e4c8d0b80a318a8dd48b"
41SRC_URI = "\ 41SRC_URI = "\
42 git://github.com/moby/moby.git;branch=19.03;name=moby \ 42 git://github.com/moby/moby.git;branch=19.03;name=moby \
43 git://github.com/docker/libnetwork.git;branch=bump_19.03;name=libnetwork;destsuffix=git/libnetwork \ 43 git://github.com/docker/libnetwork.git;branch=bump_19.03;name=libnetwork;destsuffix=git/libnetwork \
@@ -57,7 +57,7 @@ GO_IMPORT = "import"
57 57
58S = "${WORKDIR}/git" 58S = "${WORKDIR}/git"
59 59
60DOCKER_VERSION = "19.03.8" 60DOCKER_VERSION = "19.03.12"
61PV = "${DOCKER_VERSION}+git${SRCREV_moby}" 61PV = "${DOCKER_VERSION}+git${SRCREV_moby}"
62 62
63PACKAGES =+ "${PN}-contrib" 63PACKAGES =+ "${PN}-contrib"