-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix policy-server image building failures #346
Comments
I noticed the build fails with:
We should not require the openssl system library, we're building using rustls. If I were you, I would check via |
Features are additive, there's no way to drop the |
We used to have the rusttls feature handled by all these libraries, maybe one of them dropped/broke that by mistake. Let me take a closer look |
Tried patching sigstore-rs so it enables reqwest with
Sadly, |
Moved to blocked, this is going to be fixed once sigstore/sigstore-rs#146 is merged and a new release is tagged. |
Ensure the latest version of sigstore-rs is used, this prevents openssl from becoming a dependency. This fixes kubewarden#346 Signed-off-by: Flavio Castelli <fcastelli@suse.com>
See https://github.com/kubewarden/policy-server/actions/runs/3273562423/jobs/5386064156#step:10:777
The text was updated successfully, but these errors were encountered: