Commit c726e5f
committed
podstorage: Skip copy if image already in bootc storage; mark digest dead_code
When an image was built via 'bootc image cmd build' it goes directly into
bootc's containers-storage. pull_from_containers_storage should detect this
and skip the copy step rather than trying to copy from the default (host)
storage where the image does not exist.
Also marks the digest field on ImageListEntry as dead_code since we now
match by config digest (image ID) rather than manifest digest.
Assisted-by: OpenCode (claude-sonnet-4-6@default)
Signed-off-by: Colin Walters <walters@verbum.org>1 parent 1929048 commit c726e5f
2 files changed
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
454 | 461 | | |
455 | 462 | | |
456 | 463 | | |
| |||
0 commit comments