Files
podman/pkg
ROKUMATE 3d9e8fd2d3 pkg/domain: return an error instead of nil on remote event parse failure
In remote mode `podman events --format json` could print the literal "null"
instead of an event object. The remote client converts each event received
from the server with ConvertToLibpodEvent, which returned nil when it could
not parse the server result (an unknown status or type, or an invalid
containerExitCode). The tunnel forwarded that nil as an event with no error
set, so the CLI marshalled a nil event and printed "null".

Return a descriptive error from ConvertToLibpodEvent and send it on the event
channel, which the CLI already handles, instead of forwarding a nil event.

Signed-off-by: ROKUMATE <rohitkumawat0110@gmail.com>
2026-06-30 18:13:20 +05:30
..
2026-03-09 11:09:23 +01:00
2022-12-15 13:39:56 +01:00
2026-06-09 11:51:46 -07:00
2025-09-10 16:17:04 +02:00
2026-04-22 14:02:25 -05:00
2025-09-10 16:17:04 +02:00
2025-09-10 16:17:04 +02:00
2026-05-22 12:25:21 -07:00
2025-11-11 12:32:46 +01:00