4.80-RN by aevesdocker · Pull Request #25421 · docker/docs · GitHub
Skip to content

4.80-RN#25421

Draft
aevesdocker wants to merge 1 commit into
docker:mainfrom
aevesdocker:4.80-RN
Draft

4.80-RN#25421
aevesdocker wants to merge 1 commit into
docker:mainfrom
aevesdocker:4.80-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

netlify Bot commented Jun 23, 2026

Copy link
Copy Markdown

@github-actions github-actions Bot added the area/desktop Issue affects a desktop edition of Docker. E.g docker for mac label Jun 23, 2026

@docker-agent docker-agent left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Assessment: 🔴 CRITICAL

3 issues found in the 4.80.0 release notes — 2 high-severity and 1 medium-severity. Please address before publishing.


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

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[HIGH] build_path="//" appears to be an unfilled placeholder

The build_path parameter for version 4.80.0 is set to "//", which contains no numeric build ID. Every previous release uses a real build path such as /230596/, /229452/, /228796/. This will likely produce broken download links for all install buttons on the 4.80.0 entry. Please replace "//" with the correct build ID before publishing.

- [Docker Model Runner v1.2.4](https://github.com/docker/model-runner/releases/tag/v1.2.4)
- [containerd v2.2.5](https://github.com/containerd/containerd/releases/tag/v2.2.5)
- [Docker Engine v29.6.0](https://docs.docker.com/engine/release-notes/29/#2960)
- [Runc to v3.3.6](https://github.com/opencontainers/runc/releases/tag/v1.3.6)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[HIGH] Runc entry has version mismatch and extraneous word "to"

Two issues on this line:

  1. The display text says v3.3.6 but the linked GitHub tag is v1.3.6. All historical runc entries use v1.x.y versioning (v1.3.5, v1.3.4, v1.2.2), so v3.3.6 is almost certainly a typo.
  2. The word "to" is extraneous — the standard pattern for all other entries is [ComponentName vX.Y.Z](url) with no "to".

Suggested fix:

- [Runc v1.3.6](https://github.com/opencontainers/runc/releases/tag/v1.3.6)

#### For Mac

- Removed the legacy osxfs file sharing. Users still on osxfs are migrated to VirtioFS.
- iIncreased VirtioFS filesharing performance by not persisting (fake) file ownership changes on the host. Calls to `chown` will succeed, but `stat` will not be affected.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[MEDIUM] Typo: "iIncreased" should be "Increased"

The line starts with iIncreased — a double-character typo (lowercase i followed by uppercase I). Should be Increased.

@landism

landism commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

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