Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Support loading tarballs with older podman
Older versions of Podman appear to handle loading a tarball differently depending upon with the input is /dev/stdin or not. In particular: podman load --input <(cat foo.tar) raises an error, while: cat foo.tar | podman load works without error. (Podman loads from stdin if no --input is specified.) This enables support for podman v3.4.4 included in Ubuntu 22.04. fixes #711
- Loading branch information