You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: