You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Azure CLI is installed in many Docker images. Various different versions are in use, from 2.37.0 to 2.54.0. This is inconsistent, and it would be good if they can be standardised.
Note that 2.54.0 isn't available from default Debian repositories, and needs to follow the AZ CLI installation guidelines to access their own repository. Again, this isn't consistently applied across all images.
Ideally, the base dependencies would be collected into a standard base image, which all other images would be built from. This would likely speed up the deployment process as well.
The text was updated successfully, but these errors were encountered:
There are dependency reasons (msal related) that I believe means that we cannot use beyond 2.50.0 at the moment.
Agree the bundles should have consistent versions, along with consistent Terraform provider versions. Probably needs to wait for #3754 to ensure thorough testing.
A PR to upgrade the versions to 2.50.0 would be welcome. Thanks.
marrobi
changed the title
inconsistent versions of AZ CLI installed in various images
Inconsistent versions of AZ CLI installed in porter.yaml within templates.
Dec 1, 2023
The Azure CLI is installed in many Docker images. Various different versions are in use, from 2.37.0 to 2.54.0. This is inconsistent, and it would be good if they can be standardised.
At least the following files are implicated:
Note that 2.54.0 isn't available from default Debian repositories, and needs to follow the AZ CLI installation guidelines to access their own repository. Again, this isn't consistently applied across all images.
Ideally, the base dependencies would be collected into a standard base image, which all other images would be built from. This would likely speed up the deployment process as well.
The text was updated successfully, but these errors were encountered: