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

Feature Request: Interpret zypper --recommends properly in Dockerfile builds #948

Open
Werkov opened this issue Aug 22, 2023 · 0 comments
Open

Comments

@Werkov
Copy link

Werkov commented Aug 22, 2023

Container builds in OBS with Dockerfile don't run with the same repositories as if the commands were run manually. OBS parses the Dockerfile internaly and creates a temporary repo with preloaded build deps.
An understandable default for container images is solver.onlyRequires=false, however, some packages may be desired with zypper in --recommends.

OBS should preload the recommended deps (transitive closure) and let the zypper running inside container during build decide the resolution (subset of the closure may be installed).

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