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

The azure executor should use a fixed tag instead of latest #13

Closed maurelio1234 closed 2 years ago

maurelio1234 commented 3 years ago

Orb version

1.1.0

What happened

This morning we have CircleCI failing because it cannot download the latest tag of the executor on some private jobs of us

圖片

For now we repaced your executor by the specific tag for the latest version of the image and it works

圖片

Expected behavior

I'm not really sure if this issue is a bug or an enhancement, first of all it shouldn't fail on CircleCI, but then, the orb may stop working (like it did for us) when the reference image changes, since it's a moving target.

lokst commented 3 years ago

@maurelio1234 Thank you for filing this issue. Can you try using version 1.2.0? We have just updated the orb to use a different image name: https://github.com/CircleCI-Public/azure-cli-orb/pull/11

maurelio1234 commented 3 years ago

Oh, thank you very much for your prompt response :) Yes, it works on v1.2.

EricRibeiro commented 2 years ago

The author commented that the orb version 1.2 fixes the issue, so I'll be closing this issue.