4.80-RN#25421
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
docker-agent
left a comment
There was a problem hiding this comment.
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="//" >}} |
There was a problem hiding this comment.
[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) |
There was a problem hiding this comment.
[HIGH] Runc entry has version mismatch and extraneous word "to"
Two issues on this line:
- The display text says
v3.3.6but the linked GitHub tag isv1.3.6. All historical runc entries usev1.x.yversioning (v1.3.5,v1.3.4,v1.2.2), sov3.3.6is almost certainly a typo. - 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. |
There was a problem hiding this comment.
[MEDIUM] Typo: "iIncreased" should be "Increased"
The line starts with iIncreased — a double-character typo (lowercase i followed by uppercase I). Should be Increased.
Description
Related issues or tickets
Reviews