summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/docker/docker-moby_git.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-containers/docker/docker-moby_git.bb b/recipes-containers/docker/docker-moby_git.bb
index 5f5d9637..70f3692d 100644
--- a/recipes-containers/docker/docker-moby_git.bb
+++ b/recipes-containers/docker/docker-moby_git.bb
@@ -34,14 +34,14 @@ DESCRIPTION = "Linux container runtime \
34# - The common components of this recipe and docker-ce do need to be moved 34# - The common components of this recipe and docker-ce do need to be moved
35# to a docker.inc recipe 35# to a docker.inc recipe
36 36
37SRCREV_moby = "cb3fd005d470e80eb9076e9d09c04d6784d64d91" 37SRCREV_moby = "821e4ec4c7b13c28dbb1424f024980aed4535384"
38SRCREV_libnetwork = "3f0048413d95802b9c6c836eba06bfc54f9dbd03" 38SRCREV_libnetwork = "3f0048413d95802b9c6c836eba06bfc54f9dbd03"
39SRCREV_cli = "44a7d9537f7cf45296015a1e820c7ada55d5587d" 39SRCREV_cli = "98fdcd769bcd137f7538f898b37348f919536ea4"
40SRCREV_FORMAT = "moby_libnetwork" 40SRCREV_FORMAT = "moby_libnetwork"
41SRC_URI = "\ 41SRC_URI = "\
42 git://github.com/moby/moby.git;branch=23.0;name=moby;protocol=https \ 42 git://github.com/moby/moby.git;branch=24.0;name=moby;protocol=https \
43 git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork;protocol=https \ 43 git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork;protocol=https \
44 git://github.com/docker/cli;branch=23.0;name=cli;destsuffix=git/cli;protocol=https \ 44 git://github.com/docker/cli;branch=24.0;name=cli;destsuffix=git/cli;protocol=https \
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 file://0001-cli-use-external-GO111MODULE-and-cross-compiler.patch \ 47 file://0001-cli-use-external-GO111MODULE-and-cross-compiler.patch \
@@ -56,7 +56,7 @@ require docker.inc
56LICENSE = "Apache-2.0" 56LICENSE = "Apache-2.0"
57LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=4859e97a9c7780e77972d989f0823f28" 57LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=4859e97a9c7780e77972d989f0823f28"
58 58
59DOCKER_VERSION = "23.0.6" 59DOCKER_VERSION = "24.0.0"
60PV = "${DOCKER_VERSION}+git${SRCREV_moby}" 60PV = "${DOCKER_VERSION}+git${SRCREV_moby}"
61 61
62CVE_PRODUCT = "docker mobyproject:moby" 62CVE_PRODUCT = "docker mobyproject:moby"