Ihor Solodrai
Ihor Solodrai
Hello. Thank you for reporting an issue. I was able to run the example you've provided with podman-compose on Linux, so this is not a podman compatibility problem. From the...
That error is very unexpected. I could not reproduce this on Linux. Our current hypothesis is that there is an incompatibility of podman's VM with MacOS when using memory mapped...
> Unfortunately I cannot use Docker Desktop for MacOS on my organization due to Docker's new licensing model. That's the reason I'm moving to Podman since everything worked "fine" with...
@TingluoHuang > Can you share more detail about your runner? Very similar setup to what @kargerova described above. > self hosted > organization scoped > in the same group >...
> I removed the runners from organization settings and they (as they are ephemeral) registered again. Now runners are working properly. > > So this is not an issue anymore,...
For anyone interested, a working mitigation is to use unique runner names when runner container starts. If you're using [myoung34/github-runner](https://github.com/myoung34/docker-github-actions-runner) image, you can achieve this by: ``` RUNNER_NAME_PREFIX=your-runner-name RANDOM_RUNNER_SUFFIX=true #...