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

Support for rootless containers #204

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jan 7, 2020

  1. patches for udocker-1.1.1

    jorge-lip authored and SvenDowideit committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    eca7704 View commit details
    Browse the repository at this point in the history
  2. add rootlesscontainers support

    This commit allows preserving file owner information as
    `user.rootlesscontainers` xattr values.
    Please refer to https://rootlesscontaine.rs/ for further information.
    
    Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
    AkihiroSuda authored and SvenDowideit committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    6797b9e View commit details
    Browse the repository at this point in the history
  3. Added libattr fallback from ENOATTR to ENODATA in fake_id0 to support…

    … build on fedora.
    
    Signed-off-by: Max Goltzsche <max.goltzsche@gmail.com>
    mgoltzsche authored and SvenDowideit committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    537ce95 View commit details
    Browse the repository at this point in the history
  4. update travis

    Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
    AkihiroSuda authored and SvenDowideit committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    a2e37c3 View commit details
    Browse the repository at this point in the history
  5. disable coverity

    Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
    AkihiroSuda authored and SvenDowideit committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    4ec728f View commit details
    Browse the repository at this point in the history
  6. example Dockerfile build as used by https://github.com/rootless-conta…

    …iners/runrootless
    
    Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
    SvenDowideit committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    a539f0f View commit details
    Browse the repository at this point in the history