Add aws-cli
to our tools image build to be pulled in to agent images
#675
Labels
build
Build, continuous integration, testing, scripts, etc.
The AWS CLI is used in the sonobuoy agent and will soon be used in the workload test agent. The source code for the AWS CLI is open source, located here:
https://github.com/aws/aws-cli
We should add this to the set of tools that are built in
tools/Dockerfile
so any agents that need this CLI can just copy it over. This also makes sure we are building from source rather than pulling down a binary directly.The text was updated successfully, but these errors were encountered: