Skip to content

Support wildcards in Dockerfile #10998

Open
@dcermak

Description

@dcermak

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    BackendThings regarding the OBS backend

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions