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

Support wildcards in Dockerfile #10998

Open
dcermak opened this issue Apr 13, 2021 · 0 comments
Open

Support wildcards in Dockerfile #10998

dcermak opened this issue Apr 13, 2021 · 0 comments
Labels
Backend Things regarding the OBS backend

Comments

@dcermak
Copy link
Contributor

dcermak commented Apr 13, 2021

Is your feature request related to a problem? Please describe.

OBS supports building containers from Dockerfiles, where one can run arbitrary commands for instance install packages via wild cards:

zypper in libfoo*

Unfortunately, the above fails with a Unresolvable: nothing provides libfoo*.

Describe the solution you'd like

It would be great if obs scheduler/parser could handle wildcards or even simpler regexes similarly to how they work in Dockerfiles. This would make it easier to use OBS for newcomers to build containers.

Describe alternatives you've considered

Not using regexes/wildcards. But this is not necessarily known by a developer who is just trying out OBS.

@dmarcoux dmarcoux added the Backend Things regarding the OBS backend label Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Things regarding the OBS backend
Projects
None yet
Development

No branches or pull requests

2 participants