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
We run mini_portile in a docker container, which defaults to a root user.
When tar (on ubuntu lucid) is asked to untar a src distribution, it defaults to setting owner and group, which it cannot do inside the container. Our workaround is to pass --no-same-owner to tar. --no-same-owner is the default behaviour in tar when the user is not root.
We run mini_portile in a docker container, which defaults to a root user.
When tar (on ubuntu lucid) is asked to untar a src distribution, it defaults to setting owner and group, which it cannot do inside the container. Our workaround is to pass --no-same-owner to tar. --no-same-owner is the default behaviour in tar when the user is not root.
Currently we monkey patch mini_portile - do you have any recommendations?
There are a lot of integration environments for mini_portile, so not sure how reliable this patch would be for all users of mini_portile.
The text was updated successfully, but these errors were encountered: