Date: December 22, 2025
Codebase: k8s.io/kubernetes (master branch)
Commit: 9720186a466cc627b0417433fb1f66cd1dd96f94
Vendor Size: 68 MB (4,349 Go files across 1,215 directories)
This document analyzes the fix in commit 3f18853e5 on the fix-missing-blobs branch that addresses a critical bug where containerd fails to fetch compressed layer blobs when pulling images that share uncompressed layers with previously pulled images.
Related Issues:
- moby/moby#49473: Docker save with containerd snapshotter returns incomplete OCI images
- containerd/containerd#8973: Pull with unpack doesn't fetch layer contents when snapshot exists
- kubernetes/kubernetes#135652: KIND CI failures due to missing blobs
A comprehensive guide for new contributors to the Cloud Native Computing Foundation (CNCF) ecosystem, compiled from real community conversations in the #cncf-new-contributors Slack channel spanning from November 2023 to December 2025.
This document represents the collective wisdom of hundreds of community interactions, distilled into actionable guidance for anyone looking to begin their journey in the cloud native open source world.
Some helpful commands
limactl start ./ubuntu2404.yaml
limactl list
limactl shell ubuntu2404
limactl stop ubuntu2404
| #!/usr/bin/env bash | |
| # Copyright The Helm Authors. | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # |