checkout@v4 is not working in containers
Hi Team,
our workflows are getting failed with this error. "GLIBC_2.27' not found" everything was fine with checkout@v3, but after the update its getting failed.
Same here running runner with image actions-runner-dind:v2.308.0-ubuntu-20.04
I've also encountered this problem today with a container based on oraclelinux:7.9. It seems like old container distros just aren't supported any more because of the upgrade to node20
I have the same on ubuntu 22.04-based containers
I have same issue.. Needed to switch to GH runners from self hosted.
Same here. Using v4, runs-on: ubuntu-latest and container: swift:5.9-amazonlinux2.
The url to action failure: https://github.com/vapor/penny-bot/actions/runs/6498712580/job/17650628177
Related: https://github.com/actions/runner/pull/2844 got reverted, s. https://github.com/actions/runner/pull/2918
Still seeing this issue with ubuntu-latest, using the container public.ecr.aws/sam/build-python3.9
is this fix published in any version yet?
Myself reverted all actions to checkout@v3 as those seem to work without a problem.
I have this issue when running a CentOS 7 (AMD ROCm) container but not an Ubuntu 20 (CUDA) container.
Seems like a duplicate of
- #1474
We also have this issue. Github is saying v3 is deprecated. But no one can use v4
It's not really a container issue, but I'm reporting that it doesn't work with nix.