Skip to content

4.77 RN#25229

Draft
aevesdocker wants to merge 3 commits into
docker:mainfrom
aevesdocker:4.77-RN
Draft

4.77 RN#25229
aevesdocker wants to merge 3 commits into
docker:mainfrom
aevesdocker:4.77-RN

Conversation

@aevesdocker
Copy link
Copy Markdown
Contributor

Description

Related issues or tickets

Reviews

  • Technical review
  • Editorial review
  • Product review

Signed-off-by: aevesdocker <allie.sadler@docker.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented Jun 2, 2026

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 7827dc0
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/6a1ff308b0b73c000806e575
😎 Deploy Preview https://deploy-preview-25229--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added the area/desktop Issue affects a desktop edition of Docker. E.g docker for mac label Jun 2, 2026
Signed-off-by: aevesdocker <allie.sadler@docker.com>
Copy link
Copy Markdown

@docker-agent docker-agent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assessment: 🔴 CRITICAL

One high-severity issue (wrong installer version in shortcode) and four medium-severity issues found in the 4.77.0 release notes section.

Comment thread content/manuals/desktop/release-notes.md Outdated
Comment thread content/manuals/desktop/release-notes.md Outdated
Comment thread content/manuals/desktop/release-notes.md Outdated
Comment thread content/manuals/desktop/release-notes.md Outdated
Comment thread content/manuals/desktop/release-notes.md Outdated
@aevesdocker aevesdocker requested a review from joe0BAB June 3, 2026 09:34
Copy link
Copy Markdown

@docker-agent docker-agent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assessment: 🔴 CRITICAL

The build_path="//" shortcode parameter for 4.77.0 is a placeholder that was never filled in. All download links for Docker Desktop 4.77.0 will be broken until corrected.


{{< release-date date="2026-06-08" >}}

{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.77.0" build_path="//" >}}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[HIGH] build_path="//" — missing numeric build ID causes broken download links

The desktop-install-v2 shortcode uses build_path to construct download URLs for Docker Desktop installers. Every other release entry uses a numeric build path (e.g., /228118/ for 4.76.0, /227598/ for 4.75.0). The value "//" is a placeholder that was never replaced with the actual build ID.

This will produce malformed download links for all Docker Desktop 4.77.0 installers on the release notes page.

Replace build_path="//" with the correct numeric build path, for example:

{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.77.0" build_path="/228456/" >}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/desktop Issue affects a desktop edition of Docker. E.g docker for mac

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants