It was added for debian so they could build without the deps but this is
no longer needed, the tag is broken and fails to compile so just get rid
of it to simplify the codebase.
Fixes: #2877
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
The new fields `KeyPaths` and `KeyDatas` is taken directly from
`/etc/containers/policy.json` and allows users to provide multiple signature
keys to be used to verify images. Only one of the keys has to verify, thereby
this mechanism allows us to have support seamless key rotation on a registry.
This fixes https://github.com/containers/image/issues/2319
Signed-off-by: Dan Čermák <dcermak@suse.com>
Co-authored-by: Danish Prakash <danish.prakash@suse.com>
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
... and minimal other changes to keep tests passing.
Note that test fixtures are usually not renamed. That's primarily
because some of them contain cosign repository names, and besides
many were actually cosign-created anyway.
Signed-off-by: Miloslav Trmač <mitr@redhat.com>