Sourced from github.com/docker/docker's releases.
v26.1.1
26.1.1
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 26.1.1 milestone
- moby/moby, 26.1.1 milestone
- Deprecated and removed features, see Deprecated Features.
- Changes to the Engine API, see API version history.
Bug fixes and enhancements
- Fix
docker run -d
printing ancontext canceled
spurious error when OTEL is configured. docker/cli#5044- Experimental environment variable
DOCKER_BRIDGE_PRESERVE_KERNEL_LL=1
will prevent the daemon from removing the kernel-assigned link local address on a Linux bridge. moby/moby#47775- Resolve an issue preventing container creation on hosts with a read-only
/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. Otherwise, start dockerd withDOCKER_ALLOW_IPV6_ON_IPV4_INTERFACE=1
to bypass the error. moby/moby#47769[!NOTE] The
DOCKER_ALLOW_IPV6_ON_IPV4_INTERFACE
is added as a temporary fix and will be phased out in a future major release after simplifying the IPv6 enablement process.Packaging updates
- Update BuildKit to v0.13.2. moby/moby#47762
- Update Compose to v2.27.0. docker/docker-ce-packages#1017
ac2de55
Merge pull request #47775
from vvoland/v26.1-477719a2b531
Merge pull request #47774
from vvoland/v26.1-477692f5bbbe
Option to avoid deleting the kernel_ll address from bridges.4061808
Allow for a read-only "/proc/sys/net".21da192
Merge pull request #47767
from austinvazquez/cherry-pick-eeec716e332e5c058dfe...2c91196
Update containerd to v1.7.16a9a8787
Merge pull request #47762
from tonistiigi/26.1-update-buildkit-v0.13.2c9689ec
vendor: update buildkit to v0.13.2