-
Notifications
You must be signed in to change notification settings - Fork 16
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
Install AWS CLI v2 #28
Comments
I did some local testing and the resulting images were quite a bit larger when installing from the DockerHub images via
Therefore it's probably best just to wait for |
awscli v2 conda packages are available for linux64 but not aarch64. I opened a PR to rebuild awscli 2 with arch support: conda-forge/conda-forge-pinning-feedstock#4993 |
linking this PR for posterity: #82 |
The version of the
aws
CLI tool that we install fromconda-forge
isv1
(src).There is an open issue in the feedstock repo to support
v2
(link), but it seems that there are some obstacles.Since
v2
has been out for nearly three years (link), we should strive to upgrade our image to use the latest version.In lieu of a
conda
package, it seems that we can simply copy the necessary files from the official AWS CLI images:If we copy from their docker image using the line below (untested), it also gives us the added benefit of having the package version managed by Renovate.
It might be worth installing other dependencies like this also. This way they're independent of the
conda
environment and managed by Renovate.The text was updated successfully, but these errors were encountered: