- Shipped
- September 4, 2026 at 9:56 PM UTC
- Author
- Kamo
- Commit
- dd323bc
The image built for 2862548 cannot be pulled: failed to pull and unpack image "...kamo-meet:28625480...": short read: expected 3985350 bytes but got 0: unexpected EOF The registry answers those blob requests with HTTP 200 and zero bytes written, and the blob directories are absent from its filesystem altogether — so the manifest was written but its layers never landed. A truncated push, not a corrupt one. Nothing reached a user: maxUnavailable: 0 kept the running pods serving and the new ReplicaSet simply never became ready. This is an empty commit purely to make CI build and push the image again; with the blob directories missing the registry will accept the upload rather than skipping it as already-present.