-
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
podman "died" event lacking container labels #15617
Comments
This bug affects at least v3 and v4 of podman. It triggers my unit tests to fail due to the incompatibility. |
Thanks for reaching out, @thediveo! I can reproduce on Podman v4.2. |
Oh well, earned a "nudge label" 😁...
|
Thanks for sharing ideas and for contributing! |
@vrothberg |
PR #15633 |
/kind bug
Description
Please note: this is the newest version of podman available on Ubuntu 22.04.1 LTS. I also tried using the Debian experimental package http://ftp.us.debian.org/debian/pool/main/libp/libpod/podman_4.2.0+ds1-3_amd64.deb with the same result.
Steps to reproduce the issue:
sudo podman events
run a separate
sudo podman run -it --rm --name test --label foo=bar busybox echo hi
Describe the results you received:
Describe the results you expected:
...the "container died" event to contain the died container's
foo=bar
label.Additional information you deem important (e.g. issue happens only occasionally):
For reference, the same event when using Docker, notice the
foo=bar
label being present:Output of
podman version
:This affects v4.2.0 as well.
Output of
podman info
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes
This is the latest version available on Ubuntu 22.04.1 LTS. I also tried using the Debian experimental package http://ftp.us.debian.org/debian/pool/main/libp/libpod/podman_4.2.0+ds1-3_amd64.deb with the same result.
Additional environment details (AWS, VirtualBox, physical, etc.):
none.
The text was updated successfully, but these errors were encountered: