Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix actions checkout error by updating it to the latest version #26

Conversation

rastakajakwanna
Copy link
Contributor

According to actions/checkout#1487 this error /libc.so.6: version 'GLIBC_2.28' not found (required by /__e/node20/bin/node) is caused by a combination of the latest image and obsolete action version (using outdated node version).

Other sources worth considering:

According to actions/checkout#1487 this error "/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)" is caused by a combination of the latest image and obsolete action version.

Signed-off-by: rastakajakwanna <bc.kopecky.ondrej@gmail.com>
@flightlesstux
Copy link
Owner

Thank you for the information! I've already updated the checkout version before you wrote it, and that solution is not working but no problem, I fix it and working as expected now.

@rastakajakwanna rastakajakwanna deleted the rastakajakwanna/update-actions-checkout-version branch November 28, 2024 14:58
@rastakajakwanna
Copy link
Contributor Author

Yeah, thanks for info and fix 👍

Just for the future audience... Node (for github actions) requires glibc version 2.27 and higher while this amazon:aws-cli container image is based on antient AmazonLinux2 which contains glibc v.2.26 . They should really fasten up the transition to AmazonLinux2023!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants