-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
image prune: support removing external containers #11737
Conversation
@mheon PTAL |
And @edsantiago PTAL. Apologies for the extra 5 seconds in the tests, I saw no other option assuming the ps tests need to exercise podman-rm. |
69dcef1
to
93daaf6
Compare
Probably the best solution we're going to get for now. Mostly LGTM with one comment. |
Fresh Monday morning brain helped to massage it into the ps --external test. I think that's preferable over 5 extra seconds. |
93daaf6
to
46f9df1
Compare
46f9df1
to
5282e2b
Compare
Support removing external containers (e.g., build containers) during image prune. Fixes: containers#11472 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
5282e2b
to
a9a54ee
Compare
Now vendoring c/common, @containers/podman-maintainers PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@Luap99 PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test LGTM. Thanks for piggybacking on existing test.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: edsantiago, giuseppe, vrothberg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
/hold cancel |
Support removing external containers (e.g., build containers) during
image prune.
Fixes: #11472
Signed-off-by: Valentin Rothberg rothberg@redhat.com