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