4.75 RN#25116
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
|
||
| {{< release-date date="2026-05-25" >}} | ||
|
|
||
| {{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.75.0" build_path="//" >}} |
There was a problem hiding this comment.
[HIGH] build_path="//" is an unfilled placeholder — will produce broken download links
The desktop-install-v2 shortcode for 4.75.0 uses build_path="//", but every other release entry in this file uses a numeric build path (e.g., /227015/ for 4.74.0, /226246/ for 4.73.0). The double-slash value does not follow the expected pattern and is almost certainly a placeholder left in before the build number was assigned.
When this shortcode renders, it will construct download URLs that lack the required numeric segment, resulting in broken installer links for users trying to download Docker Desktop 4.75.0. Please replace "//" with the correct build number path (e.g., "/227123/") before merging.
Description
Related issues or tickets
Reviews