Runner does not start anymore
vmk-dev opened this issue · 4 comments
vmk-dev commented
When starting the runner with the latest image tag I get this error:
Runner reusage is disabled
Obtaining the token of the runner
curl: (6) getaddrinfo() thread failed to start
Disable auto update option is enabled
Configuring
Failed to create CoreCLR, HRESULT: 0x80070008
Failed to create CoreCLR, HRESULT: 0x80070008
Any ideas?
myoung34 commented
This is a dupe of #216
Im going to roll back latest
to focal
due to the widespread nature of jammy
myoung34 commented
vmk-dev commented
@myoung34 thank you for the quick response. Just pulled the latest tag of your rolled back image and now it works like a charm again!
Ru13en commented
@vmk-dev running older versions of the Docker engine are not compatible with jammy-based containers.
This issue is caused because you don't have the latest docker version.
Please try to upgrade the docker to at least version 20.10.10 or add --security-opt seccomp=unconfined to the runner.
@myoung34 maybe you could add this info to README...