CircleCI-Public / azure-cli-orb

CircleCI orb to install and configure the Azure CLI
https://circleci.com/orbs/registry/orb/circleci/azure-cli
MIT License
2 stars 13 forks source link

Provide way to specify version for azure-docker executor #28

Open RMacfarlane opened 10 months ago

RMacfarlane commented 10 months ago

My team just ran into an issue where the latest version of the azure-cli image changed from being ubuntu-based to alpine-linux based, breaking our CI which relied on having curl and other utilities installed. We replaced our usage of azure-cli/azure-docker as the executor with manually specifying the previous version of a docker image.

It would be nice if there was a parameter that could be used to specify the version when using azure-docker, or a way to specify the arch of the image.

reidbarber commented 3 weeks ago

Similar issue here with it using the latest azure-cli docker image (2.64.0), which introduced a change (https://github.com/Azure/azure-cli/commit/d09154d96ae2ee545c1012332e3a3ea0a24e7baa) that caused the image to be missing tar, which is needed for attach_workspace.