mirror of
https://github.com/containers/podman.git
synced 2026-03-19 15:18:44 -04:00
the deepcopy in the remote history code path was throwing an uncaught error on a type mismatch. we now manually do the conversion and fix the type mismatch on the fly. Fixes: #7122 Signed-off-by: Brent Baude <bbaude@redhat.com>