summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker/docker-ce_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/docker/docker-ce_git.bb')
-rw-r--r--recipes-containers/docker/docker-ce_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/docker/docker-ce_git.bb b/recipes-containers/docker/docker-ce_git.bb
index 76ac41ee..7142060f 100644
--- a/recipes-containers/docker/docker-ce_git.bb
+++ b/recipes-containers/docker/docker-ce_git.bb
@@ -31,7 +31,7 @@ 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 = "3056208812eb5e792fa99736c9167d1e10f4ab49" 34SRCREV_docker = "791d8ab87747169b4cbfcdf2fd57c81952bae6d5"
35SRCREV_libnetwork = "dcdf8f176d1e13ad719e913e796fb698d846de98" 35SRCREV_libnetwork = "dcdf8f176d1e13ad719e913e796fb698d846de98"
36SRCREV_cli = "911449ca245308472a3d34a7f1a98b918e65c8c3" 36SRCREV_cli = "911449ca245308472a3d34a7f1a98b918e65c8c3"
37SRCREV_FORMAT = "docker_libnetwork" 37SRCREV_FORMAT = "docker_libnetwork"
@@ -39,10 +39,10 @@ SRC_URI = "\
39 git://github.com/docker/docker.git;branch=20.10;name=docker;protocol=https \ 39 git://github.com/docker/docker.git;branch=20.10;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=20.10;name=cli;destsuffix=git/cli;protocol=https \
42 file://0001-libnetwork-use-GO-instead-of-go.patch \
43 file://docker.init \ 42 file://docker.init \
44 file://0001-dynbinary-use-go-cross-compiler.patch \ 43 file://0001-libnetwork-use-GO-instead-of-go.patch \
45 file://0001-cli-use-external-GO111MODULE-and-cross-compiler.patch \ 44 file://0001-cli-use-external-GO111MODULE-and-cross-compiler.patch \
45 file://0001-dynbinary-use-go-cross-compiler.patch \
46 file://0001-Revert-go-updates-from-1.19.12-to-1.18.7.patch;patchdir=src/import \ 46 file://0001-Revert-go-updates-from-1.19.12-to-1.18.7.patch;patchdir=src/import \
47 file://0002-Revert-go-updates-from-1.18.7-to-1.17.13.patch;patchdir=src/import \ 47 file://0002-Revert-go-updates-from-1.18.7-to-1.17.13.patch;patchdir=src/import \
48 file://0003-builder.go-avoid-using-strings.Cut-from-go-1.18.patch;patchdir=src/import \ 48 file://0003-builder.go-avoid-using-strings.Cut-from-go-1.18.patch;patchdir=src/import \