From a3a404309df500f643c97d4f908540f3753f71af Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Tue, 21 Apr 2026 10:14:52 +0100 Subject: [PATCH 1/7] 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/7] 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). From 090f5096d754b22848d1ca3be6e1c948f21ee85f Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Fri, 24 Apr 2026 15:09:56 +0100 Subject: [PATCH 3/7] more items --- content/manuals/desktop/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 8fd0948ca21..f35aed7679c 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -43,6 +43,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - [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) +- [Docker Engine v29.4.1](/manuals/engine/release-notes/29.md#2941) ### Bug fixes and enhancements From 21b7b0f8d7f80cbe3c992fd1a1e7ea7414c61417 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Fri, 24 Apr 2026 15:46:39 +0100 Subject: [PATCH 4/7] build number --- content/manuals/desktop/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index f35aed7679c..c9f47b199c9 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -30,7 +30,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo {{< release-date date="2026-04-27" >}} -{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.71.0" build_path="//" >}} +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.71.0" build_path="/225177/" >}} > [!IMPORTANT] > From a46682d22f059a8b46b7dca2134425534a952871 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:06:24 +0100 Subject: [PATCH 5/7] Update content/manuals/desktop/release-notes.md --- content/manuals/desktop/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index c9f47b199c9..1bc6f570ad1 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -51,7 +51,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - 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. +- 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. From 1708edc3da7dd91d7955fb102c93e077538108cc Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:06:30 +0100 Subject: [PATCH 6/7] Update content/manuals/desktop/release-notes.md --- content/manuals/desktop/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 1bc6f570ad1..cefd3e139ad 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -57,7 +57,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo #### 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). +- Fixed an issue where error tracking would temporarily continue sending session data directly after a user disabled analytics. Fixes [docker/for-mac#7768](https://github.com/docker/for-mac/issues/7768). #### For Windows From 091ef65d4537af0a5edb67e120f9d422f22bf5fc Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:11:03 +0100 Subject: [PATCH 7/7] Apply suggestion from @aevesdocker --- content/manuals/desktop/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index cefd3e139ad..2505ba633da 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -39,7 +39,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo ### 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) +- [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)