docker-abuild icon indicating copy to clipboard operation
docker-abuild copied to clipboard

Abuild keygen fixes

Open clandmeter opened this issue 5 years ago • 4 comments

clandmeter avatar Dec 29 '19 16:12 clandmeter

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.

clandmeter avatar Dec 30 '19 14:12 clandmeter

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.)

algitbot avatar Dec 31 '19 01:12 algitbot

@mor1 if we fix #58 we can close this one.

clandmeter avatar Dec 31 '19 01:12 clandmeter

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.

clandmeter avatar Dec 31 '19 01:12 clandmeter