You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The action aws-actions/configure-aws-credentials@v4 fails with the error /__e/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node) /__e/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)
Expected Behavior
Authenticate with assumed role.
Current Behavior
Action fails immediately when running within the amazon/aws-cli:latest container.
Reproduction Steps
Add a Github actions run similar to the following
jobs:
ecr_login:
name: Login to ECR
runs-on: medium
container:
image: amazon/aws-cli
steps:
- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: some-role
Possible Solution
nvm version
Additional Information/Context
No response
CLI version used
2.17.7
Environment details (OS name and version, etc.)
amazon-eks-node-1.28-v20240605
The text was updated successfully, but these errors were encountered:
DimuthuSig
changed the title
aws-actions/configure-aws-credentials@v4 within Github action fails
`GLIBC_2.28' not found with aws-actions/configure-aws-credentials@v4 action
Jul 3, 2024
Thanks for reaching out — glibc is at the OS layer and so it would need to be provided by whichever distribution you're using. For amazonlinux please consider opening an issue here: https://github.com/amazonlinux. On our end we do have an open feature request for moving to the CLI Docker image to AL2023: #8331.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the bug
The action aws-actions/configure-aws-credentials@v4 fails with the error
/__e/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node) /__e/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)
Expected Behavior
Authenticate with assumed role.
Current Behavior
Action fails immediately when running within the amazon/aws-cli:latest container.
Reproduction Steps
Add a Github actions run similar to the following
Possible Solution
nvm version
Additional Information/Context
No response
CLI version used
2.17.7
Environment details (OS name and version, etc.)
amazon-eks-node-1.28-v20240605
The text was updated successfully, but these errors were encountered: