Open
Description
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:
templates/workspace_services/azureml/porter.yaml
templates/workspace_services/health-services/porter.yaml
templates/workspace_services/innereye/porter.yaml
templates/workspace_services/ohdsi/porter.yaml
templates/workspaces/airlock-import-review/porter.yaml
templates/workspaces/base/porter.yaml
templates/workspaces/unrestricted/porter.yaml
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.
Activity