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

cmdlib: Ensure bare-user tmpdir is in $workdir/tmp #2905

Merged
merged 1 commit into from
Jun 4, 2022

Commits on Jun 3, 2022

  1. cmdlib: Ensure bare-user tmpdir is in $workdir/tmp

    Linux `tmpfs` still doesn't support `user.` xattrs, and so for
    toolbox-like containers that use a (proper!) `tmpfs` for `/tmp`
    instead of having it be `overlayfs`, we need to ensure that
    we create our tempdir in `$workdir/tmp` - the workdir must have
    `user.` xattr support for the `cache/repo-build` anyways.
    
    Closes: coreos#2904
    cgwalters committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    19325b4 View commit details
    Browse the repository at this point in the history