Files
moby/Dockerfile.windows
Sebastiaan van Stijn 41db869bd6 Dockerfile: update to containerd v2.3.3, runhcs v0.15.0-rc.3
This also updates the runhcs binary to v0.15.0-rc.3

Highlights

- Set SystemTemp environment variable on Windows so temp directory overrides work for SYSTEM services

Container Runtime Interface (CRI)

- Fix nil pointer dereference in NRI GetIPs during pod sandbox teardown or container exit
- Reject CreateContainer calls when the target sandbox is not running
- Ensure sandbox shutdown on RunPodSandbox hook failures to avoid mount leaks

Image Distribution

- Surface OCI error bodies in registry 403 responses by falling back to GET requests

Snapshotters

- Align default 4K mkfs block size for EROFS across all platforms

release notes: https://github.com/containerd/containerd/releases/tag/v2.3.3
full diff: https://github.com/containerd/containerd/compare/v2.3.2...v2.3.3

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2026-07-10 14:27:41 +02:00

13 KiB