moby: update to 20.10.7

Bumping moby to version v20.10.7-41-g013d6655bb, which comprises the following commits:

    067918a8c3 [20.10] update containerd binary v1.4.8
    b0da207af4 Bump go 1.16.6 (addresses CVE-2021-34558)
    abe8c4e80d updated vendored archive/tar to go1.16.5
    7c6645b32b update archive/tar patch for go 1.16
    55c363ef48 Bump go 1.16.5
    8b0913935c integration: ensurePlugin: disable go modules when building plugin
    09a7efb1f7 hack/ci/windows.ps1: disable go modules
    6793ff26d8 pkg/fileutils: TestMatches: remove cases no longer valid for go1.16
    ab9a92f79c Update test certificates
    1d4a06e610 hack: add script to regenerate certificates
    feaca9816a hack/vendor: add check for vendored archive/tar
    793340a33a [20.10] update containerd binary to v1.4.7
    7429792eed docker pull: warn when pulled single-arch image does not match --platform
    72b66d56a5 [20.10] vendor github.com/Microsoft/hcsshim 64a2b71405dacf76c95600f4c756a991ad09cf7c (moby branch)
    50c392c9ff API: fix 404 status description on container create
    025e3a7898 Update v1.41.yaml
    b9cf7b7db5 rootless: fix "x509: certificate signed by unknown authority" on openSUSE Tumbleweed
    869b50e10b rootless: disable overlay2 if running with SELinux
    44f95c7126 dockerd-rootless.sh: avoid /run/xtables.lock EACCES on SELinux hosts
    78bb0f445a Dockerfile: update go-swagger to fix validation on Go1.16
    618f6a79ab Run s390x tests on Ubuntu 20.04
    872cb16edb update runc binary to v1.0.0 GA
    4d42e18c05 vendor: swarmkit to fix deadlock in log broker
    89edb68e89 Fix possible overlapping IPs
    523f8b397c Jenkinsfile: skip ppc64le and s390x by default on pull requests
    a57fc0eb15 Fix setting swaplimit=true without checking
    6474dada20 vendor: github.com/moby/buildkit v0.8.3-3-g244e8cde
    895eaacdd4 vendor: github.com/moby/buildkit v0.8.3
    003e3c0551 pkg/signal: ignore SIGURG on all platforms
    95551168ac vendor: github.com/ishidawataru/sctp f2269e66cdee387bd321445d5d300893449805be
    d29a55c6c3 vendor: github.com/docker/libnetwork 64b7a4574d1426139437d20e81c0b6d391130ec8
    94c1890d39 builder-next: relax second cache key requirements for schema1
    2a0c446866 Use v2 capabilities in layer archives

Bumping docker-cli to version v20.10.7-20-ge9b8231d6a, which comprises the following commits:

    8a64739631 Update Dockerfiles to latest syntax, remove "experimental"
    260ba1a8a2 vendor: cpuguy83/go-md2man/v2 v2.0.1
    f63cb8b97e vendor: github.com/russross/blackfriday/v2 v2.1.0
    48e6b44379 Dockerfile: remove custom go build for windows/arm64
    644c003606 circleCI: update docker engine to 20.10.6
    0d17280a30 Jenkinsfile: update old engine version to 19.03
    eedfe50a99 Jenkinsfile: update labels to prevent running on cgroups v2
    f3dd1ee6c1 Fix minor wording
    c7cf60f657 docs: Fix wrong bridge driver option
    0168626037 vendor: github.com/docker/docker-credential-helpers v0.6.4
    e3a9a92b14 vendor: moby/term, Azure/go-ansiterm for golang.org/x/sys/windows compat
    ab733b5564 [20.10] vendor: github.com/docker/docker v20.10.7
    746c553574 docs: fix link to command-line reference
    2945ba4f7a Ignore SIGURG on Darwin too
    032e485e1c ForwardAllSignals: check if channel is closed, and remove warning
    88de81ff21 Fix `docker start` blocking on signal handling
    706ca7985b Revert "[20.10] Revert "Ignore SIGURG on Linux.""
    8264f5be8d docs: dockerd: fix broken link and markdown touch-ups

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2021-07-26 09:33:32 -04:00
parent 281ac2184b
commit ead79994b7

View File

@ -34,9 +34,9 @@ DESCRIPTION = "Linux container runtime \
# - The common components of this recipe and docker-ce do need to be moved
# to a docker.inc recipe
SRCREV_moby = "3db8385b187168d99680aa8b68ffb5020c606982"
SRCREV_moby = "013d6655bb0f4c86bcd9d48372ef67afd0ded65e"
SRCREV_libnetwork = "64b7a4574d1426139437d20e81c0b6d391130ec8"
SRCREV_cli = "e0d47b1c0b0c4689e8e4c5da901d7046e5e0e512"
SRCREV_cli = "e9b8231d6a57b6a5a5efd96504ace70a78dc6e5d"
SRC_URI = "\
git://github.com/moby/moby.git;branch=20.10;name=moby \
git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork \
@ -53,7 +53,7 @@ require docker.inc
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=4859e97a9c7780e77972d989f0823f28"
DOCKER_VERSION = "20.10.6"
DOCKER_VERSION = "20.10.7"
PV = "${DOCKER_VERSION}+git${SRCREV_moby}"
CVE_PRODUCT = "docker"