mirror of
https://github.com/containers/podman.git
synced 2025-12-15 11:42:28 +08:00
Add (podman {image,manifest} push --sign-by-sigstore=param-file.yaml)
(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>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
docker:
|
||||
localhost:5000/sigstore-signed:
|
||||
use-sigstore-attachments: true
|
||||
localhost:5000/sigstore-signed-params:
|
||||
use-sigstore-attachments: true
|
||||
|
||||
2
test/e2e/testdata/sigstore-signing-params.yaml
vendored
Normal file
2
test/e2e/testdata/sigstore-signing-params.yaml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
privateKeyFile: "testdata/sigstore-key.key"
|
||||
privateKeyPassphraseFile: "testdata/sigstore-key.key.pass"
|
||||
Reference in New Issue
Block a user