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

[sca] python-%s-base addition breaks alpine-based apks #1575

Open
kouhaidev opened this issue Oct 20, 2024 · 0 comments
Open

[sca] python-%s-base addition breaks alpine-based apks #1575

kouhaidev opened this issue Oct 20, 2024 · 0 comments

Comments

@kouhaidev
Copy link

melange/pkg/sca/sca.go

Lines 536 to 537 in 3d4bb7e

log.Infof(" found python module, generating python-%s-base dependency", pythonModuleVer)
generated.Runtime = append(generated.Runtime, fmt.Sprintf("python-%s-base", pythonModuleVer))

for alpine-derived apks, this should either be skipped or append python3 instead

alpine doesn't ship python-%s-base bc thats a wolfi downstream change

this isnt the only notable ecosystem breakage: for at least 0.19.1-0.19.2 (latest) apko has shipped without support for local packages which breaks most third party users. chainguard-dev/apko#1264

and a request:
for the third party users out there, could you add tests using melange and apko together against alpine edge, just to make sure that things work? apko's been broken since aug 13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant