Add … push --sign-by-sigstore#17088
Conversation
|
Reworked, together with the c/common part; now the top-level CLI fully creates a This is now ready for review, apart from relying on unmerged dependencies. |
9404dc1 to
30d9eb4
Compare
a49e237 to
c4562e1
Compare
86e2296 to
4d666c3
Compare
TomSweeneyRedHat
left a comment
There was a problem hiding this comment.
LGTM
A blog would be most welcomed for this functionality once it goes live.
0b158c4 to
cf20b3b
Compare
|
Now ready for review and possible merging. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mtrmac, vrothberg The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
cf20b3b to
461ebd7
Compare
|
/lgtm |
461ebd7 to
21d1af1
Compare
21d1af1 to
9a2676f
Compare
(podman push) and (podman manifest push) now support --sign-by-sigstore=param-file, using the containers-sigstore-signing-params.yaml(5) file format. That notably adds support for Fulcio and Rekor signing. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
9a2676f to
069edc3
Compare
|
Rebased, tests pass. Please merge. (The changes since the last approved version are in |
|
/hold cancel |
podman pushandpodman manifest push syncnow support--sign-by-sigstore=param-file,using the
containers-sigstore-signing-params.yaml(5)file format.That notably adds support for Fulcio and Rekor signing.
Depends on
unmergedcontainers/image#1787 ; see that PR for documentation of the YAML file format, as well as example files.See also containers/common#1288 for more discussion about where the interactive prompting pieces should be.
Untested so far.Does this PR introduce a user-facing change?