Skip to content

Not usable on alpine-based based workflow containers #7

@rmsc

Description

@rmsc

The shell is hardcoded to 'bash' everywhere, which is causing problems in alpine-based worfklow containers, where only 'sh' is available:

Error: crun: executable file `bash` not found in $PATH: No such file or directory: OCI runtime attempted to invoke a command that was not found

I wonder if setting the shell like this is really needed, or if that could just be removed.
EDIT: it is, it needs to be changed to 'sh' for alpine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions