Supported Docker image
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.
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