Skip to content
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

[BUG] openssl.cnf gets overwritten #809

Open
1 task
sozercan opened this issue Oct 14, 2024 · 0 comments
Open
1 task

[BUG] openssl.cnf gets overwritten #809

sozercan opened this issue Oct 14, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@sozercan
Copy link
Member

sozercan commented Oct 14, 2024

Version of copa

0.8.0

Expected Behavior

openssl.cnf is not overwritten during patch. This does not happen with Mariner core image (mcr.microsoft.com/cbl-mariner/base/core)

Actual Behavior

openssl.cnf is overwritten which may break certain configurations

Steps To Reproduce

  • Create openssl.cnf file with any data

  • Create a Dockerfile with the following contents:

FROM mcr.microsoft.com/cbl-mariner/distroless/base:2.0.20240112
COPY openssl.cnf /etc/pki/tls/

Please note that base image is specifically selected to pin to a version that has an openssl vulnerability

Are you willing to submit PRs to contribute to this bug fix?

  • Yes, I am willing to implement it.
@sozercan sozercan added the bug Something isn't working label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants