summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-08-23 22:45:40 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-08-27 10:50:45 -0400
commit3685e9c61f38825ecd7590e8f0cd4b9e780430b7 (patch)
tree6a949179c24cd1b9f4ca1f13fd39321df8685711 /recipes-containers
parent8a974c88ca27aa3579376fd448ab24a313523e0a (diff)
downloadmeta-virtualization-3685e9c61f38825ecd7590e8f0cd4b9e780430b7.tar.gz
docker/moby: update to 20.10.8
Bumping docker-cli to version v20.10.8-2-g62eae52c2, which comprises the following commits: 2012fbf11 Update Go to 1.16.7 0b924e51f Update to go1.16.6 6288e8b1a change TestNewAPIClientFromFlagsWithHttpProxyEnv to an e2e test 1e9575e81 cli/config/configfile: various test cleanups c98e9c47c Use designated test domains (RFC2606) in tests 8437cfefa context: deprecate support for encrypted TLS private keys 68a5ca859 cli/context: ignore linting warnings about RFC 1423 encryption 8a6473963 Update Dockerfiles to latest syntax, remove "experimental" 1d37fb302 Deprecate Kubernetes context support 0793f9639 Deprecate Kubernetes stack support b639ea8b8 Deprecate Kubernetes stack support Bumping moby to version v20.10.8-2-gd24c6dc5cf, which comprises the following commits: decb56ac89 Update Go to 1.16.7 e8fb8f7acd [20.10] update containerd binary to v1.4.9 4cfeb27f78 update runc binary to v1.0.1 067918a8c3 [20.10] update containerd binary v1.4.8 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/docker/docker-moby_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/docker/docker-moby_git.bb b/recipes-containers/docker/docker-moby_git.bb
index 8a93f004..defb3213 100644
--- a/recipes-containers/docker/docker-moby_git.bb
+++ b/recipes-containers/docker/docker-moby_git.bb
@@ -34,9 +34,9 @@ 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 = "013d6655bb0f4c86bcd9d48372ef67afd0ded65e" 37SRCREV_moby = "d24c6dc5cf5e68dfb30027b2db454099566a9b9e"
38SRCREV_libnetwork = "64b7a4574d1426139437d20e81c0b6d391130ec8" 38SRCREV_libnetwork = "64b7a4574d1426139437d20e81c0b6d391130ec8"
39SRCREV_cli = "e9b8231d6a57b6a5a5efd96504ace70a78dc6e5d" 39SRCREV_cli = "62eae52c2a76f4c1dcf79dfc7b5ea3bf5eebab8b"
40SRC_URI = "\ 40SRC_URI = "\
41 git://github.com/moby/moby.git;branch=20.10;name=moby \ 41 git://github.com/moby/moby.git;branch=20.10;name=moby \
42 git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork \ 42 git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork \
@@ -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.7" 56DOCKER_VERSION = "20.10.8"
57PV = "${DOCKER_VERSION}+git${SRCREV_moby}" 57PV = "${DOCKER_VERSION}+git${SRCREV_moby}"
58 58
59CVE_PRODUCT = "docker" 59CVE_PRODUCT = "docker"