Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

🐛 Fix pulling signed images#431

Merged
joelanford merged 1 commit into
operator-framework:mainfrom
m1kola:fix_failures_with_sigstores
Oct 14, 2024
Merged

🐛 Fix pulling signed images#431
joelanford merged 1 commit into
operator-framework:mainfrom
m1kola:fix_failures_with_sigstores

Conversation

@m1kola

@m1kola m1kola commented Oct 14, 2024

Copy link
Copy Markdown
Member

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.

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.

Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
@m1kola m1kola requested a review from a team as a code owner October 14, 2024 09:32
@codecov

codecov Bot commented Oct 14, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@joelanford joelanford added this pull request to the merge queue Oct 14, 2024
Merged via the queue into operator-framework:main with commit 437a464 Oct 14, 2024
@m1kola m1kola deleted the fix_failures_with_sigstores branch October 14, 2024 12:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants