diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-15 17:10:26 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-15 17:10:26 -0400 |
commit | 2cc2bc1acf8d132c1d88d763c67b82bdb87cb886 (patch) | |
tree | ff7c16e8dc59b6c3d7bd660e53c4ffc176befac8 /recipes-containers/docker/docker-ce_git.bb | |
parent | 34087227ee6bf77eeed6b0728a8c3bb734a6ce35 (diff) | |
download | meta-virtualization-2cc2bc1acf8d132c1d88d763c67b82bdb87cb886.tar.gz |
docker-ce: update to v20.10-beta
moby has moved on to the 20.10+ series, while docker-ce has
stayed behind a bit.
Master of docker-ce now has imports from moby and is getting
ready for release.
To keep our variants from diverging, we switch to master (for
now) and will track the new development.
We adapt some patches from the moby build to work for docker-ce,
in particular, we cannot use docker to build docker, so we
port the cli building from moby.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/docker/docker-ce_git.bb')
-rw-r--r-- | recipes-containers/docker/docker-ce_git.bb | 10 |
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 6337bb71..a1079348 100644 --- a/recipes-containers/docker/docker-ce_git.bb +++ b/recipes-containers/docker/docker-ce_git.bb | |||
@@ -18,16 +18,16 @@ DESCRIPTION = "Linux container runtime \ | |||
18 | subtle and/or glaring issues. \ | 18 | subtle and/or glaring issues. \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRCREV_docker = "99e3ed89195c4e551e87aad1e7453b65456b03ad" | 21 | SRCREV_docker = "42aa775803d44af077f0e0099c67708ad0814fe7" |
22 | SRCREV_libnetwork = "55e924b8a84231a065879156c0de95aefc5f5435" | 22 | SRCREV_libnetwork = "55e924b8a84231a065879156c0de95aefc5f5435" |
23 | SRC_URI = "\ | 23 | SRC_URI = "\ |
24 | git://github.com/docker/docker-ce.git;branch=19.03;name=docker \ | 24 | git://github.com/docker/docker-ce.git;branch=master;name=docker \ |
25 | git://github.com/docker/libnetwork.git;branch=bump_19.03;name=libnetwork;destsuffix=git/libnetwork \ | 25 | git://github.com/docker/libnetwork.git;branch=bump_19.03;name=libnetwork;destsuffix=git/libnetwork \ |
26 | file://0001-libnetwork-use-GO-instead-of-go.patch \ | 26 | file://0001-libnetwork-use-GO-instead-of-go.patch \ |
27 | file://docker.init \ | 27 | file://docker.init \ |
28 | file://0001-imporve-hardcoded-CC-on-cross-compile-docker-ce.patch \ | ||
29 | file://0001-dynbinary-use-go-cross-compiler.patch \ | 28 | file://0001-dynbinary-use-go-cross-compiler.patch \ |
30 | file://0001-cli-use-go-cross-compiler.patch \ | 29 | file://0001-cli-use-external-GO111MODULE-and-cross-compiler.patch \ |
30 | file://0001-build-use-build-script-without-docker.patch \ | ||
31 | " | 31 | " |
32 | 32 | ||
33 | require docker.inc | 33 | require docker.inc |
@@ -40,7 +40,7 @@ GO_IMPORT = "import" | |||
40 | 40 | ||
41 | S = "${WORKDIR}/git" | 41 | S = "${WORKDIR}/git" |
42 | 42 | ||
43 | DOCKER_VERSION = "v19.03.15-ce" | 43 | DOCKER_VERSION = "v20.10.0-beta1-ce" |
44 | PV = "${DOCKER_VERSION}+git${SRCREV_docker}" | 44 | PV = "${DOCKER_VERSION}+git${SRCREV_docker}" |
45 | 45 | ||
46 | PACKAGES =+ "${PN}-contrib" | 46 | PACKAGES =+ "${PN}-contrib" |