Skip to content

Commit e1458fe

Browse files
Mario Finkjacmet
Mario Fink
authored andcommitted
package/docker-engine: bump version to 20.10.6
Fixes various networking issues: - Fix a regression in docker 20.10, causing IPv6 addresses no longer to be bound by default when mapping ports moby/moby#42205 - Fix implicit IPv6 port-mappings not included in API response. Before docker 20.10, published ports were accessible through both IPv4 and IPv6 by default, but the API only included information about the IPv4 (0.0.0.0) mapping moby/moby#42205 - Fix a regression in docker 20.10, causing the docker-proxy to not be terminated in all cases moby/moby#42205 - Fix iptables forwarding rules not being cleaned up upon container removal moby/moby#42205 For more details, see the release notes: https://docs.docker.com/engine/release-notes/#20106 Signed-off-by: Mario Fink <knif.oiram@gmail.com> Tested-by: Christian Stewart <christian@paral.in> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
1 parent 0c4c767 commit e1458fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Locally calculated
2-
sha256 bcf651d75e5c80421e8cd3b0d47f3425e01047cf67aef0eda83b68776905a583 docker-engine-20.10.5.tar.gz
2+
sha256 fd7f5571b1f64f26b5ca520a3e1fefb33c190f3732b931051c23a76bdba5000e docker-engine-20.10.6.tar.gz
33
sha256 7c87873291f289713ac5df48b1f2010eb6963752bbd6b530416ab99fc37914a8 LICENSE

package/docker-engine/docker-engine.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
DOCKER_ENGINE_VERSION = 20.10.5
7+
DOCKER_ENGINE_VERSION = 20.10.6
88
DOCKER_ENGINE_SITE = $(call github,moby,moby,v$(DOCKER_ENGINE_VERSION))
99

1010
DOCKER_ENGINE_LICENSE = Apache-2.0

0 commit comments

Comments
 (0)