-
Notifications
You must be signed in to change notification settings - Fork 124
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
Question about the baked in repos. #638
Comments
I think any wolfi-specific behavior should be encoded in wolfictl, not melange. |
ok, but as a babystep:
Then fix the other users to pass them in explicitly? WDYT? |
Yep, exactly, sounds good to me. |
This has been done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would it be bad...
Currently when you run melange convert python, it adds the wolfi repos by default, here:
https://github.com/chainguard-dev/melange/blob/main/pkg/convert/python/python.go#L269
I think it would be nice to be able to pass a flag that those do not get added. Was thinking of just adding a flag --no-wolfi-repo (or something like that) and then a conditional right around the line above.
Context is to try to reduce manual mucking about after a file gets converted, and removing these for wolfi-dev/os repos is usually something that one always does manually. But maybe this assumption is wrong?
The text was updated successfully, but these errors were encountered: