Commit a8010d1
fix: upgrade imgutil to fix containerd snapshotter issue (#2493)
Upgrades imgutil from v0.0.0-20250814164739-4b1c8875ba7e to
v0.0.0-20250909162057-9db16db815e3 to fix an issue where builder
images created with Docker's containerd snapshotter storage driver
had malformed manifests.
The bug caused the first several base image layers to be replaced
with empty blob references in the manifest, while the config
retained correct diff_ids. This created invalid images that failed
OCI spec validation with tools like skopeo.
The fix was already merged in buildpacks/imgutil#297, which reverted
the problematic "fast path" optimization commits.
Resolves #2490
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Signed-off-by: Juan Bustamante <[email protected]>
Co-authored-by: Claude <[email protected]>1 parent e45b434 commit a8010d1
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
| 101 | + | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments