docker-abuild
docker-abuild copied to clipboard
Abuild keygen fixes
I think for packages it makes much more sense to bind mount them. It's the end product which you want to access easily. There are also less security concerns compared to $HOME/.abuild
directory. I would suggest named volume for $HOME/.abuild
instead.
I've been thinking to add an applet (symlink) to dabuild to add some additional functions like edit abuild.conf if it was too move into volumes. dabuild-admin conf would run vi in the container to edit the config.
Merged in 0c11a9e38e67b32f909d0cf435e9607fb061bda2 by @clandmeter. Thanks for your contribution!
(This pull request has been closed automatically by GitHub PR Closer. If you think that it’s not resolved yet, please add a comment.)
@mor1 if we fix #58 we can close this one.
Actually i think we should still add some permissions fixed in the entrypoint to make sure our mount points have correct permissions on first run. ie package dir, distfiles dir and any other dir that gets mounted for the first time.