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

Add option to specify the identity for signing #1510

Merged
merged 2 commits into from Mar 30, 2022

Commits on Mar 30, 2022

  1. Add option to specify the identity for signing

    This enables pushing to registries where the push and pull uris may be
    different, for example where pushed images are mirrored to a read only
    replica for distribution.
    
    Underpins implementation for containers/skopeo#1588
    
    Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
    Jamstah committed Mar 30, 2022
    Copy the full SHA
    7dde4a3 View commit details
    Browse the repository at this point in the history
  2. Use only full named references for signing identity

    This ensures we never create an invalid signature.
    
    Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
    Jamstah committed Mar 30, 2022
    Copy the full SHA
    030d990 View commit details
    Browse the repository at this point in the history