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
I'd like to be able to use tox-docker both to test via Jenkins as well as to test on my local machine. tox will run as a different user in each of these environments. To get the correct file permissions on any files created on volume mounts, I'd like to be able to specify the user under which to run the container. Without this, when I volume mount the directory from which tox runs and any files get created by the container with root ownership (I'm running as root in the container), the next Jenkins job's deleteDir() will fail with permission denied errors.
The text was updated successfully, but these errors were encountered:
nhavens
pushed a commit
to nhavens/tox-docker
that referenced
this issue
Jun 17, 2022
I'd like to be able to use
tox-docker
both to test via Jenkins as well as to test on my local machine.tox
will run as a different user in each of these environments. To get the correct file permissions on any files created on volume mounts, I'd like to be able to specify the user under which to run the container. Without this, when I volume mount the directory from whichtox
runs and any files get created by the container with root ownership (I'm running as root in the container), the next Jenkins job'sdeleteDir()
will fail with permission denied errors.The text was updated successfully, but these errors were encountered: