summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/docker/docker-ce_git.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-containers/docker/docker-ce_git.bb b/recipes-containers/docker/docker-ce_git.bb
index 0e34bb61..e20f2303 100644
--- a/recipes-containers/docker/docker-ce_git.bb
+++ b/recipes-containers/docker/docker-ce_git.bb
@@ -31,14 +31,14 @@ DESCRIPTION = "Linux container runtime \
31# so we get that tag, and make it our SRCREVS: 31# so we get that tag, and make it our SRCREVS:
32# 32#
33 33
34SRCREV_docker = "4ed81ac0e2504489839226ce42abc614cc4d4860" 34SRCREV_docker = "30832368719481cfd2b1db6b4e345c579506c366"
35SRCREV_libnetwork = "dcdf8f176d1e13ad719e913e796fb698d846de98" 35SRCREV_libnetwork = "dcdf8f176d1e13ad719e913e796fb698d846de98"
36SRCREV_cli = "baeda1f82a10204ec5708d5fbba130ad76cfee49" 36SRCREV_cli = "83ca73f9aa7a1c442171ef2602af4d303d9de9c2"
37SRCREV_FORMAT = "docker_libnetwork" 37SRCREV_FORMAT = "docker_libnetwork"
38SRC_URI = "\ 38SRC_URI = "\
39 git://github.com/docker/docker.git;branch=20.10;name=docker;protocol=https \ 39 git://github.com/docker/docker.git;branch=23.0;name=docker;protocol=https \
40 git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork;protocol=https \ 40 git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork;protocol=https \
41 git://github.com/docker/cli;branch=20.10;name=cli;destsuffix=git/cli;protocol=https \ 41 git://github.com/docker/cli;branch=master;name=cli;destsuffix=git/cli;protocol=https \
42 file://0001-libnetwork-use-GO-instead-of-go.patch \ 42 file://0001-libnetwork-use-GO-instead-of-go.patch \
43 file://docker.init \ 43 file://docker.init \
44 file://0001-dynbinary-use-go-cross-compiler.patch \ 44 file://0001-dynbinary-use-go-cross-compiler.patch \
@@ -53,7 +53,7 @@ require docker.inc
53LICENSE = "Apache-2.0" 53LICENSE = "Apache-2.0"
54LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=4859e97a9c7780e77972d989f0823f28" 54LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=4859e97a9c7780e77972d989f0823f28"
55 55
56DOCKER_VERSION = "20.10.21-ce" 56DOCKER_VERSION = "23.0-beta-ce"
57PV = "${DOCKER_VERSION}+git${SRCREV_docker}" 57PV = "${DOCKER_VERSION}+git${SRCREV_docker}"
58 58
59CVE_PRODUCT = "docker mobyproject:moby" 59CVE_PRODUCT = "docker mobyproject:moby"