diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-03-15 12:30:55 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-03-15 12:30:55 -0400 |
commit | 6207c6deb9e29a809bf91473028aa5acd78c03de (patch) | |
tree | 8f64f3e494758f69ac3eaf6e0cec925a33acedf6 | |
parent | fc84481d1e1b66de2b06f0563222a85dbed86051 (diff) | |
download | meta-virtualization-6207c6deb9e29a809bf91473028aa5acd78c03de.tar.gz |
docker-moby: update to v19.03.8
Bumping to 19.03.8 to pickup bugfixes and security changes. The
following commits comprise the chnage:
moby:
aa6a9891b0 vendor: add local copy of archive/tar
0d4f412ecd dockerfile: update vndr to 85886e1a
libnetwork:
c7bae399 Merge pull request #2525 from trapier/bump_19.03/cleanup-vfp-during-network-removal
8c407f52 Cleanup VFP during overlay network removal
bd5c6080 Merge pull request #2520 from SamWhited/19.03_backport_dns_update
74b17410 Bump the DNS library and revendor
cli:
eb310fca Merge pull request #2373 from tiborvass/19.03-bump-grpc-1.23.1
0e40b919 vendor: bump google.golang.org/grpc v1.23.1
a51e9e63 vendor: update grpc to v1.23.0
Testing has been performed across x86-64/arm64 via cli and through
higher level frameworks.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/docker/docker-moby.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-containers/docker/docker-moby.bb b/recipes-containers/docker/docker-moby.bb index 39bc2637..074ef08f 100644 --- a/recipes-containers/docker/docker-moby.bb +++ b/recipes-containers/docker/docker-moby.bb | |||
@@ -35,9 +35,9 @@ DESCRIPTION = "Linux container runtime \ | |||
35 | # to a docker.inc recipe | 35 | # to a docker.inc recipe |
36 | 36 | ||
37 | # moby commit matches the docker-engine bump on the 19.03 branch' | 37 | # moby commit matches the docker-engine bump on the 19.03 branch' |
38 | SRCREV_moby = "71373c6105e3cbc9702935b96d8ee01214c405e7" | 38 | SRCREV_moby = "aa6a9891b09cce3d9004121294301a30d45d998d" |
39 | SRCREV_libnetwork = "9fd385be8302dbe1071a3ce124891893ff27f90f" | 39 | SRCREV_libnetwork = "c7bae399e46fd620b8a006174b7327e4e6e647fd" |
40 | SRCREV_cli = "3ff19c37551bb0ce3025eb29655337f1ff433a00" | 40 | SRCREV_cli = "eb310fca49568dccd87c6136f774ef6fff2a1b51" |
41 | SRC_URI = "\ | 41 | SRC_URI = "\ |
42 | git://github.com/moby/moby.git;branch=19.03;name=moby \ | 42 | git://github.com/moby/moby.git;branch=19.03;name=moby \ |
43 | git://github.com/docker/libnetwork.git;branch=bump_19.03;name=libnetwork;destsuffix=git/libnetwork \ | 43 | git://github.com/docker/libnetwork.git;branch=bump_19.03;name=libnetwork;destsuffix=git/libnetwork \ |
@@ -57,7 +57,7 @@ GO_IMPORT = "import" | |||
57 | 57 | ||
58 | S = "${WORKDIR}/git" | 58 | S = "${WORKDIR}/git" |
59 | 59 | ||
60 | DOCKER_VERSION = "19.03.6" | 60 | DOCKER_VERSION = "19.03.8" |
61 | PV = "${DOCKER_VERSION}+git${SRCREV_moby}" | 61 | PV = "${DOCKER_VERSION}+git${SRCREV_moby}" |
62 | 62 | ||
63 | PACKAGES =+ "${PN}-contrib" | 63 | PACKAGES =+ "${PN}-contrib" |