[WIP] Verify images in manifest list are not dangling and pruned#25562
[WIP] Verify images in manifest list are not dangling and pruned#25562rhatdan wants to merge 1 commit into
Conversation
|
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Cockpit tests failed for commit 4c2d198. @martinpitt, @jelly, @mvollmer please check. |
|
Wrt. cockpit tests: The log shows a crash on As your tests don't fail other than this "tree is dirty, please run 'make vendor'" in postinstall, please let me know if you need help with reproducing. But as this is still "WIP", I won't spend much time on this for now. |
|
[NON-BLOCKING] Packit jobs failed. @containers/packit-build please check. Everyone else, feel free to ignore. |
Vendor in latest containers/common Currently if you create an un tagged image and add it to a manifest list, podman image prune will remove the image, and leave you with a broken manifest list. This PR removes the image from dangling in this situation and prevents the pruning. We have seen this trigger issues with RamaLama which is creating manifest lists in this manner, and then users pruning the images. Verifing: containers/common#2360 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
A friendly reminder that this PR had no activity for 30 days. |
Vendor in latest containers/common
Currently if you create an un tagged image and add it to a manifest list, podman image prune will remove the image, and leave you with a broken manifest list. This PR removes the image from dangling in this situation and prevents the pruning.
We have seen this trigger issues with RamaLama which is creating manifest lists in this manner, and then users pruning the images.
Verifing: containers/common#2360
Does this PR introduce a user-facing change?