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

Run AWS CLI from a container image #3841

Merged
merged 1 commit into from
Apr 7, 2021
Merged

Run AWS CLI from a container image #3841

merged 1 commit into from
Apr 7, 2021

Conversation

bboreham
Copy link
Collaborator

@bboreham bboreham commented Apr 7, 2021

The change in #3833 to stop installing Python in the build container means we can no longer just pip install aws-cli.

Instead, use the official AWS image to run it.

Need to run in 'machine' executor on CircleCI so we can mount volumes into the Docker container.
Note that setup_remote_docker spins up a VM anyway, so this is probably more efficient.

So we don't have to install it, or Python.
Need to run in 'machine' executor on CircleCI so we can mount
volumes into the Docker command.
@bboreham bboreham requested review from fbarl, qiell and satyamz as code owners April 7, 2021 10:14
@bboreham bboreham merged commit f0b4094 into master Apr 7, 2021
@bboreham bboreham deleted the aws-cli-docker branch April 7, 2021 10:15
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.

1 participant