-
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 image sign does not accept --authfile parameter #10866
Comments
I would like to work on this. |
@jvanz Thanks. You got it. |
thanks for the attention and passion @jvanz |
A friendly reminder that this issue had no activity for 30 days. |
@jvanz Any progress? |
A friendly reminder that this issue had no activity for 30 days. |
i know this is something we could still use. |
#10975 is working to close this issue. |
A friendly reminder that this issue had no activity for 30 days. |
bump ? |
A friendly reminder that this issue had no activity for 30 days. |
Adds the --authfile command line argument to allow users to use alternative authfile paths when signing images. Replaces: containers#10975 Fixes: containers#10866 Signed-off-by: José Guilherme Vanz <[email protected]> Signed-off-by: Daniel J Walsh <[email protected]>
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
podman image sign
does not accept theauthfile
parameter. To be consistent and to support those that can not use the default auth file location, need support for this flag.Steps to reproduce the issue:
--authfile
parameter forpodman image sign
Describe the results you received:
podman image sign
does not accept theauthfile
parameter.Describe the results you expected:
podman image sign
should accept theauthfile
parameter.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? (https://github.com/containers/podman/blob/master/troubleshooting.md)
No
Additional environment details (AWS, VirtualBox, physical, etc.):
not environment specific.
The text was updated successfully, but these errors were encountered: