content/manuals/engine/release-notes/26.1.md
This page describes the latest changes, additions, known issues, and fixes for Docker Engine version 26.1.
For more information about:
{{< release-date date="2024-06-05" >}}
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
This release updates the Go runtime to 1.21.11 which contains security fixes for:
superfluous response.WriteHeader call ... messages. moby/moby#47843{{< release-date date="2024-05-16" >}}
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
--internal network. moby/moby#47832{{< release-date date="2024-05-08" >}}
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
{{< release-date date="2024-04-30" >}}
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
docker run -d printing an context canceled spurious error when OpenTelemetry is configured. docker/cli#5044DOCKER_BRIDGE_PRESERVE_KERNEL_LL=1 will prevent the daemon from removing the kernel-assigned link local address on a Linux bridge. moby/moby#47775/proc/sys/net filesystem. If IPv6 cannot be disabled on an interface due to this, either disable IPv6 by default on the host or ensure /proc/sys/net is read-write. To bypass the error, set the environment variable DOCKER_ALLOW_IPV6_ON_IPV4_INTERFACE=1 before starting the Docker daemon. moby/moby#47769[!NOTE]
The
DOCKER_ALLOW_IPV6_ON_IPV4_INTERFACEis added as a temporary fix and will be phased out in a future major release, when the IPv6 enablement process has been improved.
{{< release-date date="2024-04-22" >}}
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Native Windows containers are configured with an internal DNS server for container name resolution, and external DNS servers for other lookups.
Not all resolvers, including nslookup, fall back to the external resolvers when they get a SERVFAIL answer from the internal server.
So, the internal DNS server can now be configured to forward requests to the external resolvers, by setting a feature option in the daemon.json file:
{
"features": {
"windows-dns-proxy": true
}
}
[!NOTE]
- This will be the new default behavior in Docker Engine 27.0.
- The
windows-dns-proxyfeature flag will be removed in a future release.
Swarm: Fix Subpath not being passed to the container config. moby/moby#47711
Classic builder: Fix cache miss on WORKDIR <directory>/ build step (directory with a trailing slash). moby/moby#47723
containerd image store: Fix docker images failing when any image in the store has unexpected target. moby/moby#47738