Skip to content
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

Feature Request: Include container image manifests and layers in sosreport #3796

Open
tawfiqfm opened this issue Sep 30, 2024 · 4 comments · Fixed by #3797
Open

Feature Request: Include container image manifests and layers in sosreport #3796

tawfiqfm opened this issue Sep 30, 2024 · 4 comments · Fixed by #3797

Comments

@tawfiqfm
Copy link

tawfiqfm commented Sep 30, 2024

Currently, sosreport does not capture detailed information about container images running on a node. This can make it difficult to troubleshoot issues with containerized applications. Requesting feature to dump all manifests and layers for images on a Node in sosreport.

@TurboTurtle
Copy link
Member

TurboTurtle commented Sep 30, 2024

Sounds reasonable - what environments/runtimes are you looking for?

podman I think this would be provided via podman image inspect $image, is that what you're looking for, or something else? docker would be the same I think? Would need to look into k8s or OCP if you're looking for those plugins as well or instead.

EDIT: and/or podman image tree $image ?

@SergeyKanzhelev
Copy link

We are interested in containerd. But other runtimes may be interested in it as well. Some hierarchy of layers and all the manifests would be great to have in the report.

cc: @samuelkarp to advice on the best way to collect this for containerd

TurboTurtle added a commit to TurboTurtle/sos that referenced this issue Oct 2, 2024
Adds collection of container image layers for the docker and podman
plugins via the `history` and `tree` subcommands repsectively.

Resolves: sosreport#3796

Signed-off-by: Jake Hunsaker <[email protected]>
TurboTurtle added a commit to TurboTurtle/sos that referenced this issue Oct 2, 2024
Adds collection of container image layers for the docker and podman
plugins via the `history` and `tree` subcommands repsectively.

Resolves: sosreport#3796

Signed-off-by: Jake Hunsaker <[email protected]>
TurboTurtle added a commit to TurboTurtle/sos that referenced this issue Oct 14, 2024
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]>
TurboTurtle added a commit that referenced this issue Oct 16, 2024
Adds collection of container image layers for the docker and podman
plugins via the `history` and `tree` subcommands repsectively.

Related: #3796

Signed-off-by: Jake Hunsaker <[email protected]>
@tawfiqfm
Copy link
Author

Seems like this was closed by mistake. This hasn't been implemented by Containerd.

@TurboTurtle
Copy link
Member

Yep, mistakenly closed. I had updated the tag to Related, so not sure why this got closed out.

@TurboTurtle TurboTurtle reopened this Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants