-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 save capability to remove signatures #7659
Comments
@mtrmac please let me know if there is currently a workaround I should try or if this is a new feature |
Currently It might be possible to use I agree adding |
Thanks @mtrmac is this something we can get into the next release or what is your thought moving forward on this? |
@QiWang19 is this something you will be working on? |
@jdockter I can take look at this, I was distracted by other issues. |
remove signatures to podman save since the image formats do not support signatures Close: containers#7659 Signed-off-by: Qi Wang <[email protected]>
/kind feature
Description
When using podman save, via opm tool (which just shells out to podman), we have no way to save images that are signed.
At just a podman level the same is seen.
Tried using the policy.json to ignore via https://bugzilla.redhat.com/show_bug.cgi?id=1633482 but that did not work. Not sure if there is some other option so listed as feature request.
Believe skopeo has this capability as outlined in containers/skopeo#589 with
--remove-signatures
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: