Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

podman-remote save to directories does not work #9742

Closed
vrothberg opened this issue Mar 18, 2021 · 0 comments · Fixed by #10025
Closed

podman-remote save to directories does not work #9742

vrothberg opened this issue Mar 18, 2021 · 0 comments · Fixed by #10025
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.

Comments

@vrothberg
Copy link
Member

/kind bug

Description

podman-remote save to oci-dir and docker-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:

  1. podman-remote save --format=oci-dir -o oci 28f6e2705743

  2. ls oci

Describe the results you received:

The created directory oci is empty. The podman system service logs the following error:

ERRO[0013] unable to copy to response: "read /var/tmp/save247875906: is a directory"

The client, however, does not error out and succeeds with exit code 0.

Output of podman version:
v3.0.1 and HEAD

@openshift-ci-robot openshift-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Mar 18, 2021
@rhatdan rhatdan added the Good First Issue This issue would be a good issue for a first time contributor to undertake. label Mar 22, 2021
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 22, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants