Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use remove-signatures in skopeo copy stages
According to [1] neither Docker daemon nor OCI support storing the container signatures, and skopeo copy refuses to just silently drop them and fails. When using `skopeo copy --remove-signatures` to make the copy, the signatures will be still read and policy.json will still be enforced, they just won’t be written into the destination. [1] containers/skopeo#589 (comment) Resolves: THEEDGE-4032 Relates: RHEL-34807 Signed-off-by: Miguel Martín <[email protected]>
- Loading branch information