tilt-dev / tilt-extensions

Extensions for Tilt
https://tilt.dev/
Apache License 2.0
200 stars 156 forks source link

fix(restart_process): work around sticky /tmp #541

Closed thejan2009 closed 7 months ago

thejan2009 commented 7 months ago

Sometimes the container root filesystem has sticky bit enabled and restart commands are ran with a different user. We can work around that by creating an intermediate folder that has "0777" permissions.

Refs #540