checkout does not work on centos6 job container
See original GitHub issueI’m trying to run workflows on custom docker images.
here’s my workflow:
https://github.com/chipitsine/haproxy/blob/master/.github/workflows/centos-6.yml
here’s error
https://github.com/chipitsine/haproxy/runs/449056642
Run actions/checkout@master
/usr/bin/docker exec 1057e0a52fb92dd983110f3493f46696ec0ba0293830256d3b1c11cac4da948d sh -c "cat /etc/*release | grep ^ID"
Running JavaScript Action with default external tool: node12
/__e/node12/bin/node: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /__e/node12/bin/node)
/__e/node12/bin/node: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by /__e/node12/bin/node)
/__e/node12/bin/node: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.5' not found (required by /__e/node12/bin/node)
/__e/node12/bin/node: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /__e/node12/bin/node)
/__e/node12/bin/node: /lib64/libc.so.6: version `GLIBC_2.16' not found (required by /__e/node12/bin/node)
/__e/node12/bin/node: /lib64/libc.so.6: version `GLIBC_2.17' not found (required by /__e/node12/bin/node)
/__e/node12/bin/node: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /__e/node12/bin/node)
##[error]Node run failed with exit code 1
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:13 (5 by maintainers)
Top Results From Across the Web
github/git Checkout Returns 'error: invalid path' on Windows
After I opened an issue on the git-for-windows bug tracker (https://github.com/git-for-windows/git/issues/2803), I found that my issue had ...
Read more >Heartbeat not working on centos6 after last update
As for the customer case, please remember that we do not support heartbeat > in RHEL and that even resource-agents for pacemaker (the...
Read more >nodesource/centos6 - Docker Image
js within Docker containers that match the environments already being run within a company. These images give you great freedom in the Linux...
Read more >How To Limit Resources Using cgroups on CentOS 6
This package is not installed by default on a CentOS 6 server. To install it, run the following command: sudo yum install libcgroup....
Read more >rhel6/rhel - Certified Container Image
This base image provides your operations and application teams with the packages, language runtimes and tools necessary to run, maintain, and troubleshoot all ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
also running into this trying to build python wheels on manylinux containers- those containers are intentionally built with older versions of glibc, etc because trying to build wheels on more modern images gives errors such as
Python’s official build environment(manylinux1 and manylinux2010) are still centos5 and centos 6. So they have a super large user base.