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

RFC: Consolidate getting signatures #1417

Merged
merged 2 commits into from Jul 21, 2022

Commits on Jul 21, 2022

  1. Read signatures from UnparsedImage instead of ImageSource directly

    This should not make a difference right now, because nothing else
    uses the UnparsedImage, but it allows caching _in principle_
    and it makes the code more similar to the copyOneImage version,
    which we'll benefit from next.
    
    Signed-off-by: Miloslav Trmač <mitr@redhat.com>
    mtrmac committed Jul 21, 2022
    Copy the full SHA
    d3e2481 View commit details
    Browse the repository at this point in the history
  2. Consolidate reading messages, and checking for support, into a helper

    Signed-off-by: Miloslav Trmač <mitr@redhat.com>
    mtrmac committed Jul 21, 2022
    Copy the full SHA
    1bdda15 View commit details
    Browse the repository at this point in the history