-
Notifications
You must be signed in to change notification settings - Fork 3.4k
install latest version of mgmt package only. #25251
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamInstallationact-platform-engineering-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
Milestone
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamInstallationact-platform-engineering-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
I found the current installation for Azure-CLI could be huge space used in #19591
When more versions to be added later, the package size could be bigger.
Related command
So mgmt takes most space for the package azure-cli
So the packages are installed 33 times for all versions for mgmt.
It is only for normal installation, but it makes the size of docker image
mcr.microsoft.com/azure-clito huge (1.35GB)Are there any options or parameters I can use to only install the latest version in mgmt for production installation?