-
Notifications
You must be signed in to change notification settings - Fork 8.4k
4.85-RN #25665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
aevesdocker
wants to merge
2
commits into
docker:main
Choose a base branch
from
aevesdocker:4.85-RN
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+36
−0
Draft
4.85-RN #25665
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -24,6 +24,42 @@ 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.85.0 | ||||||
|
|
||||||
| {{< release-date date="2026-08-03" >}} | ||||||
|
|
||||||
| {{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.85.0" build_path="//" >}} | ||||||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @akristen need to replace the X's with the build number
Suggested change
|
||||||
|
|
||||||
| ### Updates | ||||||
|
|
||||||
| - [Docker AI Agent v1.115.0](https://github.com/docker/docker-agent/releases/tag/v1.115.0) | ||||||
|
|
||||||
| ### Bug fixes and enhancements | ||||||
|
|
||||||
| #### For all platforms | ||||||
|
|
||||||
| - Fixed an issue where native crash reports were uploaded to Bugsnag even when analytics was disabled by the user. | ||||||
| - Fixed an issue where file content previews and diffs were hidden in the Gordon confirmation card when approving write or edit file actions. | ||||||
| - Fixed an issue where an invalid `install-settings.json` caused a ~7-minute startup delay before showing the error dialog. The error now appears immediately. | ||||||
| - Fixed an issue where Gordon's plan mode would silently revert to build mode after the first message, causing subsequent turns to run with full tool access despite plan mode appearing active. | ||||||
| - Fixed an issue where an invalid `config.json` at startup would delay the error dialog by up to 7 minutes instead of appearing within seconds. | ||||||
| - Fixed a Linux VM kernel panic that could hang Docker Desktop when a container's file watcher (inotify/fanotify) observed host-side changes to files on a bind mount. | ||||||
| - Fixed Docker Hardened Images CLI ampersands being encoded when outputting JSON to the console. | ||||||
| - Fixed a bug where extensions-related requests would fail on startup due to the extensions selector incorrectly defaulting to enabled before settings were loaded. | ||||||
| - Fixed an issue where sub-agent message attribution was lost when reloading a historical multi-agent Gordon session, causing sub-agent messages to appear as if produced by the main agent. | ||||||
| - Fixed Gordon's **Clean up Docker** suggestion prompt to propose a cleanup plan and wait for user confirmation before removing any resources, preventing unintended deletions. | ||||||
| - Fixed the Gordon AI plan-mode toggle visibility to accurately reflect backend support, showing only when the connected agent declares plan capability. | ||||||
|
|
||||||
| #### For Windows | ||||||
|
|
||||||
| - Fixed a bug where per-user uninstalls of Docker Desktop on Windows failed with an unauthorized access error when attempting to revert the hosts file. | ||||||
| - Added per-user install mode as the default for fresh Docker Desktop installations from the Microsoft Store on Windows, removing the need for admin privileges. | ||||||
| - Fixed an issue where Docker Desktop crashed when the `docker-users` group is missing, now showing a recoverable group membership dialog instead. | ||||||
|
|
||||||
| #### For Linux | ||||||
|
|
||||||
| - Removing files on a host bind mount inside an Enhanced Container Isolation container no longer fails with "Value too large for data type". | ||||||
|
|
||||||
| ## 4.84.0 | ||||||
|
|
||||||
| {{< release-date date="2026-07-27" >}} | ||||||
|
|
||||||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[MEDIUM]
build_path="//"appears to be a placeholder — likely missing the actual build numberEvery previous release entry uses a specific numeric build path (e.g.,
build_path="/234817/"for 4.84.0,build_path="/234302/"for 4.83.0). The value"//"does not match this pattern and will likely produce a broken or malformed download URL for users trying to install Docker Desktop 4.85.0.Replace
"//"with the correct build path for this release before merging.