Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install azure-cli for jammy #75

Merged
merged 9 commits into from
Aug 16, 2023
Merged

Install azure-cli for jammy #75

merged 9 commits into from
Aug 16, 2023

Conversation

veochen-octopus
Copy link
Contributor

@veochen-octopus veochen-octopus commented Aug 16, 2023

For a long time the azure-cli was incredibly bloated. As of earlier this year, and version 2.48.0, significant size optimization had been introduced. This compared to previous bloated versions has a reduction of > 0.5G.

This PR installs azure-cli from the proper jammy channel (which wasn't available before) and bumps it all the way to the latest, i.e. 2.51.0, with the understanding that should anything go wrong, users still have the previous versions to choose from which will buy us time to release a fix.

@veochen-octopus veochen-octopus marked this pull request as ready for review August 16, 2023 02:50
@veochen-octopus veochen-octopus requested a review from a team August 16, 2023 02:51
@@ -3,7 +3,7 @@ FROM ubuntu:22.04
ARG Aws_Cli_Version=2.0.60
ARG Aws_Iam_Authenticator_Version=0.5.3
ARG Aws_Powershell_Version=4.1.2
ARG Azure_Cli_Version=2.44.1-1~bionic
ARG Azure_Cli_Version=2.51.0-1~jammy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we bump the Windows version to 2.51 as well?

Copy link
Contributor

@IsaacCalligeros95 IsaacCalligeros95 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, there's also the ReadMe versions to bump but I don't think they are really referred to so 🤷‍♂️

@veochen-octopus veochen-octopus merged commit c6ea05e into master Aug 16, 2023
1 check passed
@veochen-octopus veochen-octopus deleted the veo/azure-cli branch August 16, 2023 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants