moby: update to latest 20.10

Updating to the lastest moby commits, which comprise the following
commits:

moby:

   41cf01fa93 pkg/signal.CatchAll: ignore SIGURG on Linux
   56541eca9a [20.10] update containerd binary to v1.4.6
   fb179ff098 update runc binary to v1.0.0-rc95
   4c801fdb7d integration: remove KernelMemory tests
   6174e3cf22 Update runc binary to v1.0.0-rc94
   afbb1277a3 Swarm config: use absolute paths for mount destination strings
   94c1890d39 builder-next: relax second cache key requirements for schema1
   01f734cb4f [20.10] update containerd binary to v1.4.5
   21391bb7f7 hack/dind: fix cgroup v2 evacuation with `docker run --init`
   12b03bcb27 Error string match: do not match command path
   9ca66776fa bump up rootlesskit to v0.14.2
   404ede5737 Bump hcsshim for error details fix

cli:

   f291a49ba Swap "LABEL maintainer" for the OCI pre-defined "org.opencontainers.image.authors"
   78fcd905c docs: Fix broken jump link
   12e2f94eb printServerWarningsLegacy: silence "No oom kill disable support" on cgroup v2
   00755d7db printServerWarningsLegacy: silence "No kernel memory limit support"
   8264f5be8 docs: dockerd: fix broken link and markdown touch-ups
   4fbdf3f36 docs: document log-opts for "dual logging" cache
   1ff45aac4 Update stop.md
   ed71df1b9 docs: cleanup / refactor cli doc
   ee20fa1ec docs: add reference for  "docker config" commands
   ffe40dc6b docs: update some examples for proxy configuration
   fbbf1be52 docs: remove experimental ipvlan docs, as they were migrated
   3de2cc6ef docs/reference/builder: update "syntax" section
   234036d10 docs/reference/builder: update example output, and some rephrasing
   0c442dc17 docs/reference/builder: remove outdated example Dockerfiles
   6b48c7867 docs/reference/builder: touch-up code-hints and some minor changes

network:

   56654e71 vendor: github.com/ishidawataru/sctp f2269e66cdee387bd321445d5d300893449805be
   7b9c2905 fix port forwarding with ipv6.disable=1
   c4ea04e0 enforce order of lock acquisitions on network/controller, fixes #2632

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2021-05-25 10:51:50 -04:00
parent 30774e6c21
commit cd38144a6b

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 = "ce826938232fbee567c8805460a8b2c82dc2e493"
SRCREV_libnetwork = "b3507428be5b458cb0e2b4086b13531fb0706e46"
SRCREV_cli = "370c28948e3c12dce3d1df60b6f184990618553f"
SRCREV_moby = "3db8385b187168d99680aa8b68ffb5020c606982"
SRCREV_libnetwork = "64b7a4574d1426139437d20e81c0b6d391130ec8"
SRCREV_cli = "e0d47b1c0b0c4689e8e4c5da901d7046e5e0e512"
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 \