operator-framework / catalogd

On-cluster FBC catalog content server
Apache License 2.0
16 stars 32 forks source link

🐛 Fix pulling signed images #431

Closed m1kola closed 1 month ago

m1kola commented 1 month ago

This fixes "pushing signatures for OCI images is not supported" error when working with signed source images.

If policy context requires signature validation for a registry we will still be performing it on pull, but we will be removing source signatures when copying into a temporary OCI layout for unpacking.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 37.37%. Comparing base (e81651e) to head (e3f4c10). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #431 +/- ## ========================================== + Coverage 37.31% 37.37% +0.06% ========================================== Files 15 15 Lines 922 923 +1 ========================================== + Hits 344 345 +1 Misses 529 529 Partials 49 49 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.