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

standard:4.0 awscli incompatible with latest boto3 #402

Closed
TomDufall opened this issue Nov 11, 2020 · 2 comments
Closed

standard:4.0 awscli incompatible with latest boto3 #402

TomDufall opened this issue Nov 11, 2020 · 2 comments

Comments

@TomDufall
Copy link

The standard:4.0 (and, presumably, all the others) image uses an older version of awscli which is incompatible with later versions of boto3. See this issue: boto/boto3#2596

This is an issue when a build script installs a newer version of boto3 (e.g. as part of testing a Python package) without also updating awscli.

It looks like awscli/boto3 isn't pinned in this repo, so all that needs to happen is for the images to be built again and pushed to wherever codebuild keeps its images.

@TomDufall
Copy link
Author

This could be considered low priority as it's pretty easy to work around - install the latest version of awscli yourself. I think it would be good to get it resolved here, though, as I think CodeBuild should work out of the box with the latest boto3.

@TomDufall TomDufall changed the title standard:4.0 awscli imcompatible with latest boto3 standard:4.0 awscli incompatible with latest boto3 Nov 11, 2020
@subinataws
Copy link
Contributor

subinataws commented Jan 9, 2021

Standard:4.0 was rebuilt with the latest release, which should have picked up the latest aws cli V1 and its dependencies. Standard:5.0 (available now) onwards we are switching to aws cli v2, which doesn't have external dependencies that require version locking.

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