docker-ce: upate to latest 20.10.x

docker:

   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
   8a7f77cb2f dockerd-rootless.sh: use `command -v` instead of `which`
   9ca66776fa bump up rootlesskit to v0.14.2
   08b27e45d8 Dockerfile: update yamllint to v1.26.1 to fix build
   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 11:31:06 -04:00
parent cd38144a6b
commit e16ec7aebc

View File

@ -31,9 +31,9 @@ DESCRIPTION = "Linux container runtime \
# so we get that tag, and make it our SRCREVS:
#
SRCREV_docker = "8728dd246c3ab53105434eef8ffe997b6fd14dc6"
SRCREV_libnetwork = "b3507428be5b458cb0e2b4086b13531fb0706e46"
SRCREV_cli = "370c28948e3c12dce3d1df60b6f184990618553f"
SRCREV_docker = "3db8385b187168d99680aa8b68ffb5020c606982"
SRCREV_libnetwork = "64b7a4574d1426139437d20e81c0b6d391130ec8"
SRCREV_cli = "e0d47b1c0b0c4689e8e4c5da901d7046e5e0e512"
SRC_URI = "\
git://github.com/docker/docker.git;branch=20.10;name=docker \
git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork \