podman-remote save to directories does not work #9742
Labels
Good First Issue
This issue would be a good issue for a first time contributor to undertake.
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
/kind bug
Description
podman-remote save
tooci-dir
anddocker-dir
does not work. The client exits with 0 but the created directories are empty.Note: it seems that {docker,oci}-dir are not exercised in the tests which must be addressed as well.
Steps to reproduce the issue:
podman-remote save --format=oci-dir -o oci 28f6e2705743
ls oci
Describe the results you received:
The created directory
oci
is empty. Thepodman system service
logs the following error:The client, however, does not error out and succeeds with exit code 0.
Output of
podman version
:v3.0.1 and HEAD
The text was updated successfully, but these errors were encountered: