copilot-cli icon indicating copy to clipboard operation
copilot-cli copied to clipboard

Supported Docker image

Open richardgavel-ordinaryexperts opened this issue 3 years ago • 2 comments

For running in CI pipelines, it would be nice if there were an official Docker image to consume containing the Copilot CLI

@richardgavel-ordinaryexperts That makes sense to me!

May I ask if you are using AWS CodePipeline? If so, you can run copilot pipeline init and Copilot will generate a buildspec that has wget -q {{.BinaryS3BucketPath}}/copilot-linux-{{.Version}} which installs Copilot. Although this is not exactly what you were looking for but it takes away the need for you to write codes for downloading Copilot.

Lou1415926 avatar Jan 13 '23 18:01 Lou1415926

This is not a pipeline issue, it's a "I want to run on the command line" issue. And want to easily be able to have access to multiple versions