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

[remote] import --signature-policy /no/such/file: runs happily #12357

Closed
edsantiago opened this issue Nov 18, 2021 · 1 comment · Fixed by #12361
Closed

[remote] import --signature-policy /no/such/file: runs happily #12357

edsantiago opened this issue Nov 18, 2021 · 1 comment · Fixed by #12361
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. remote Problem is in podman-remote

Comments

@edsantiago
Copy link
Member

$ bin/podman-remote run --name foo alpine true
$ bin/podman-remote export -o /tmp/podman-foo.tar foo
$ bin/podman-remote import --signature-policy /no/such/file /tmp/podman-foo.tar
sha256:84e724234a7f0c8468ef4a59fc5b232d10df82754824d71bc37387d208c3e0f1          <---- it succeeded?

Expected:

Error: open /no/such/file: no such file or directory
@edsantiago edsantiago added the remote Problem is in podman-remote label Nov 18, 2021
@rhatdan
Copy link
Member

rhatdan commented Nov 19, 2021

--signature-policy shoud not even be valid for podman-remote.

rhatdan added a commit to rhatdan/podman that referenced this issue Nov 19, 2021
Fixes: containers#12357

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
@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 21, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. remote Problem is in podman-remote
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants