-
Notifications
You must be signed in to change notification settings - Fork 543
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
[docker,podman] Collect container image layers #3797
[docker,podman] Collect container image layers #3797
Conversation
Opening this for now, but will hold on any other requests from #3796 before merging. |
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
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.
Tested with podman in Fedora and RHEL, works perfectly.
We don't need to hold this open (we can do it in another PR), but we're interested in the image layer information from containerd as well. |
Maybe not resolve the ticket to wait for Containerd implementation? This PR says "Resolves: #3796" which will close the ticket once PR is merged |
Adds collection of container image layers for the docker and podman plugins via the `history` and `tree` subcommands repsectively. Related: sosreport#3796 Signed-off-by: Jake Hunsaker <[email protected]>
766439e
to
e99a340
Compare
Dropped the |
@samuelkarp does |
We don't really have a high-level interface for this in
|
I don't have a |
Adds collection of container image layers for the docker and podman plugins via the
history
andtree
subcommands repsectively.Resolves: #3796
Please place an 'X' inside each '[]' to confirm you adhere to our Contributor Guidelines