From a3a404309df500f643c97d4f908540f3753f71af Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Tue, 21 Apr 2026 10:14:52 +0100 Subject: [PATCH 1/2] 4.71 RN --- content/manuals/desktop/release-notes.md | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 8bf9f0856b4..55a664de45f 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -26,6 +26,40 @@ Docker Desktop versions older than 6 months from the latest release are not avai For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoot-and-support/faqs/releases.md). +## 4.71.0 + +{{< release-date date="2026-04-27" >}} + +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.71.0" build_path="//" >}} + +### Updates + +- [Docker Model Runner v1.1.36](https://github.com/docker/model-runner/releases/tag/v1.1.36) +- containerd to [v2.2.3](https://github.com/containerd/containerd/releases/tag/v2.2.3) +- [Runc v1.3.5](https://github.com/opencontainers/runc/releases/tag/v1.3.5) +- [Docker Compose v5.1.3](https://github.com/docker/compose/releases/tag/v5.1.3) +- [Docker Agent v1.44.0](https://github.com/docker/docker-agent/releases/tag/v1.44.0) + +### Bug fixes and enhancements + +#### For all platforms + +- Docker Model Runner is now disabled by default and must be explicitly enabled in **Settings**. When enabled, TCP host-side support is automatically active. +- Fixed an issue where downloading a Docker Desktop update would fail without a clear error if the disk had insufficient free space. +- Fixed an issue where Docker Scout tag recommendations when inspecting an image failed when the base image digest or repository name was empty. +- Added a **Switch to local Docker context** button on the sign-in screen, allowing users in a cloud context to switch back to their local context without signing in. +- Added a dedicated **Stopped** status screen for the cloud engine so users see a clear stopped state instead of an error screen when transitioning away from Docker Offload. + +#### For Mac + +- Fixed issue where error tracking would temporarily continue sending session data directly after user disabled analytics. Fixes [docker/for-mac#7768](https://github.com/docker/for-mac/issues/7768). + +#### For Windows + +- Fixed a critical issue where Docker Desktop Dashboard failed to open with `ERR_FAILED` errors caused by process hardening policies conflicting with Chromium. +- Fixed a bug where Kubernetes could fail to start on WSL 2 when `HTTP_PROXY` environment variables are set in WSL 2 itself. +- Fixed a bug in Enhanced Container Isolation (ECI) that was causing loss of container `rootfs` persistence across Docker Desktop restarts, when using WSL. + ## 4.70.0 {{< release-date date="2026-04-20" >}} From d6a4709b34b4f41c5d23188502018afb599d3d0a Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Tue, 21 Apr 2026 12:07:50 +0100 Subject: [PATCH 2/2] rhel support --- content/manuals/desktop/release-notes.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 55a664de45f..8fd0948ca21 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -32,6 +32,10 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo {{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.71.0" build_path="//" >}} +> [!IMPORTANT] +> +> Support for RHEL 8 has ended. Installing Docker Desktop will require RHEL 9 or RHEL 10 in the next release. + ### Updates - [Docker Model Runner v1.1.36](https://github.com/docker/model-runner/releases/tag/v1.1.36) @@ -50,7 +54,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - Added a **Switch to local Docker context** button on the sign-in screen, allowing users in a cloud context to switch back to their local context without signing in. - Added a dedicated **Stopped** status screen for the cloud engine so users see a clear stopped state instead of an error screen when transitioning away from Docker Offload. -#### For Mac +#### For Mac - Fixed issue where error tracking would temporarily continue sending session data directly after user disabled analytics. Fixes [docker/for-mac#7768](https://github.com/docker/for-mac/issues/7768).