You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
fixesbazel-contrib#711
0 commit comments