Sourced from github.com/docker/docker's releases.
v26.1.0
26.1.0
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 26.1.0 milestone
- moby/moby, 26.1.0 milestone
- Deprecated and removed features, see Deprecated Features.
- Changes to the Engine API, see API version history.
New
- Add configurable OpenTelemetry utilities and basic instrumentation to commands. For more information, see OpenTelemetry for the Docker CLI. docker/cli#4889
Bug fixes and enhancements
- 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 aSERVFAIL
answer from the internal server. So, the internal DNS server can now be configured to forward requests to the external resolvers, by setting"features": {"windows-dns-proxy": true }
in thedaemon.json
file. moby/moby#47584[!NOTE] This will be the new default behavior in Docker Engine 27.0.
[!WARNING] The
windows-dns-proxy
feature 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#47738v26.0.2
26.0.2
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 26.0.2 milestone
- moby/moby, 26.0.2 milestone
- Deprecated and removed features, see Deprecated Features.
- Changes to the Engine API, see API version history.
Security
This release contains a security fix for CVE-2024-32473, an unexpected configuration of IPv6 on IPv4-only interfaces.
Bug fixes and enhancements
- CVE-2024-32473: Ensure IPv6 is disabled on interfaces only allocated an IPv4 address by the engine. moby#GHSA-x84c-p2g9-rqv9
v26.0.1
... (truncated)
c8af8eb
Merge pull request #47738
from vvoland/c8d-walk-image-badimagetarget7d95fe8
c8d/list: Ignore unexpected image target801fd16
Merge pull request #47735
from cpuguy83/better_walk_error6667e96
Include more details in errnotManifestOrIndexee8b788
Merge pull request #47734
from krissetto/image-history-timestamp-dereference96c9353
Merge pull request #47723
from vvoland/builder-fix-workdir-slashab570ab
nil dereference fix on image history Created value7532420
container/SetupWorkingDirectory: Don't mutate configa4d5b6b
builder/normalizeWorkdir: Always return cleaned pathe829cca
Merge pull request #47584
from robmry/upstream_dns_windows