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

archive module requires mount and root permissions #91

Open
marshall-mcmullen opened this issue Aug 24, 2021 · 0 comments
Open

archive module requires mount and root permissions #91

marshall-mcmullen opened this issue Aug 24, 2021 · 0 comments

Comments

@marshall-mcmullen
Copy link
Collaborator

Because archive bind mounts the source paths into a directory to present a unified view of all archive formats, it requires root permissions. This causes problems for non-root use cases, and for running inside CI/CD systems where this is not permitted (e.g. bitbucket doesn't allow use of mount).

It would be good to find an alternative solution to this. Perhaps using fakeroot? Or some other use space mounting option. Or could we switch to some other tool.

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

No branches or pull requests

1 participant