mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
f68b675efd
Containerd does not auto-prepend "docker.io/" to short Docker Hub names like "memohai/mcp:latest", causing it to treat "memohai" as a registry host and fail with EOF. Add NormalizeImageRef() to ensure all image references are fully qualified before being passed to containerd.