You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ostree-ext: surface libostree signature verification text
Right now when using OSTree remote verification, there's no indication
that the OSTree commit was successfully verified.
Capture the return string from `OstreeRepo.signature_verify_commit_data`
and return it as part of the public `LayeredImageState` object.
We could return a more structured signature object here, but this is
sufficient for our purposes for now and saves clients from having to
regenerate similar looking text.
In the `ostree container` CLI, print this verification text.
Signed-off-by: Jonathan Lebon <[email protected]>
0 commit comments