Skip to content

Self-Hosted Runner Permission Fixes and Stability Improvements

Compare
Choose a tag to compare
@AndrewKahr AndrewKahr released this 25 Nov 07:28
· 18 commits to main since this release
8ca1282

What's Changed

  • Added runAsHostUser to allow running the container as the same user as the host system. This fixes most permissions issues on self-hosted runners. Should be set to true on self-hosted runners so the docker container won't run as root
  • Generates a new uuid for machineID to ensure separate containers are unique to reduce license activation errors
  • Added exponential delay retry strategy for Ubuntu license activations. Should reduce failed builds due to license activation errors.

Full Changelog: v4...v4.1.0