Skip to content

Cherry pick 3717 3718 fixes to release-4.3 #3719

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

Open
wants to merge 2 commits into
base: release-4.3
Choose a base branch
from

Conversation

dtrudg
Copy link
Member

@dtrudg dtrudg commented Jun 20, 2025

Description of the Pull Request (PR):

Cherry pick:

Before submitting a PR, make sure you have done the following:

dtrudg added 2 commits June 20, 2025 14:38
Previous fix in #3740 was not correct.

The EL10 "Super User" value has a space in it, therefore `\w*` is not a
complete match.

Fixes sylabs#3715
runc v1.2+ checks that a bind mount definition doesn't have any
fs-specific options set on it, as these will not be applied.

We are erroneously setting `mode-777` on a `--workdir` bind mount prior
to this PR, so `--workdir` causes a failure where runc v1.2+ is
installed, and crun is not installed.

Remove the incorrect option. It likely came from a copy/paste of a
`tmpfs` definition, and has never been correct/effective here.

Fixes sylabs#3716
@dtrudg dtrudg self-assigned this Jun 20, 2025
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

Successfully merging this pull request may close these issues.

1 participant