You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
thanks for this very, very fine tool! You saved my day :-)
A question though: is it possible to assign ownership to generated files/dirs other than root? I use this from a non-priv user (but for the fact that it has the docker group membership), it's quite annoying to sudo myself just to reassign ownership, and it doesn't fit well in my make-based workflow.
I of course realize that the docker container runs as root... Some ideas I wanted to explore:
use --user with docker... but I cannot test it, as it is hidden away;
attach a post-build hook with a chown -R $(id -u):$(id -g) ..., but there's not such a hook;
...?
Thanks for your time,
G.
The text was updated successfully, but these errors were encountered:
Hi!
thanks for this very, very fine tool! You saved my day :-)
A question though: is it possible to assign ownership to generated files/dirs other than root? I use this from a non-priv user (but for the fact that it has the
docker
group membership), it's quite annoying tosudo
myself just to reassign ownership, and it doesn't fit well in mymake
-based workflow.I of course realize that the docker container runs as
root
... Some ideas I wanted to explore:--user
with docker... but I cannot test it, as it is hidden away;chown -R $(id -u):$(id -g) ...
, but there's not such a hook;Thanks for your time,
The text was updated successfully, but these errors were encountered: