-
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
Add … push --sign-by-sigstore #17088
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
86e2296
to
4d666c3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/hold
[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
Needs 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č <[email protected]>
9a2676f
to
069edc3
Compare
Rebased, tests pass. Please merge. (The changes since the last approved version are in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/hold cancel |
podman push
andpodman manifest push sync
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.
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?