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

aws-cli doesn't work in the latest docker image #71

Open
vbnvaidy opened this issue Feb 9, 2024 · 2 comments
Open

aws-cli doesn't work in the latest docker image #71

vbnvaidy opened this issue Feb 9, 2024 · 2 comments

Comments

@vbnvaidy
Copy link

vbnvaidy commented Feb 9, 2024

Hello, I use the image from https://hub.docker.com/r/frolvlad/alpine-glibc/tags. But the aws cli is not working on latest image where the alpine base version is 3.19, where as it works fine on alpine 3.18.

I am looking for inputs on how to make aws cli work on the latest image since the latest version of alpine 3.19 addresses many security vulnerabilities

@frol
Copy link
Member

frol commented Feb 9, 2024

@vbnvaidy Have you installed aws-cli from alpine packages? Can you share a reproducible example and screenshots of how exactly it "doesn't work"?

@vbnvaidy
Copy link
Author

vbnvaidy commented Feb 12, 2024

@frol I installed aws-cli by apk add aws-cli and I didn't see the error any more. I get the segmentation error when I download the package, extract it and transfer the contents into the docker image and then run ./install command to install aws-cli in the image. Thanks for your inputs and installing aws-cli from alpine packages fixed the issue.

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

No branches or pull requests

2 participants