From 7491c8bc5cf9f128a6f89d62fbf9c10ab7507e49 Mon Sep 17 00:00:00 2001 From: karman <110832017+karman-docker@users.noreply.github.com> Date: Wed, 20 May 2026 22:13:47 +0100 Subject: [PATCH 1/2] Enhance Docker Desktop's transient rename failure handling Improved handling of transient rename failures due to antivirus software. Release note for this PR https://github.com/docker/pinata/pull/40861 Customer reported issue. --- 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 389dc6d4f93..b75ad7da0be 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -92,6 +92,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - Fixed a bug where canceling `docker load` left a containerd ref lock held, causing subsequent loads of the same image to fail. - Fixed an issue where Docker Desktop made unnecessary network requests to `mcp.docker.com` on sign-in when MCP Toolkit was disabled, causing unexpected proxy authentication prompts. - Fixed an issue where the search input in Gordon's session sidebar would not close if it was left empty. +- Improvements to Docker Desktop handling of transient rename failures caused by antivirus software accessing those files simultaneously. #### For Mac From 3d73f4af80616213fb6610481e268da5fbbefcbf Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Thu, 21 May 2026 09:44:54 +0100 Subject: [PATCH 2/2] 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 b75ad7da0be..15d077d80d9 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -92,7 +92,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - Fixed a bug where canceling `docker load` left a containerd ref lock held, causing subsequent loads of the same image to fail. - Fixed an issue where Docker Desktop made unnecessary network requests to `mcp.docker.com` on sign-in when MCP Toolkit was disabled, causing unexpected proxy authentication prompts. - Fixed an issue where the search input in Gordon's session sidebar would not close if it was left empty. -- Improvements to Docker Desktop handling of transient rename failures caused by antivirus software accessing those files simultaneously. +- Improved Docker Desktop handling of transient rename failures caused by antivirus software accessing those files simultaneously. #### For Mac