[Packaging] Azure CLI Docker image based on Azure Linux 4.0 - #33815
Open
msarfraz wants to merge 2 commits into
Open
[Packaging] Azure CLI Docker image based on Azure Linux 4.0#33815msarfraz wants to merge 2 commits into
msarfraz wants to merge 2 commits into
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Collaborator
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
microsoft-github-policy-service
Bot
requested review from
wangzelin007 and
yonzhan
July 31, 2026 06:53
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Azure CLI RPM/Docker release pipeline and build assets to use Azure Linux 4.0 (beta) instead of Azure Linux 3.0, aligning the base image references, artifact naming, and documentation with the new distribution version.
Changes:
- Switch Azure Linux base images from
mcr.microsoft.com/azurelinux/...:3.0tomcr.microsoft.com/azurelinux-beta/...:4.0in the Dockerfile, pipeline script comment, and Azure Pipelines matrix. - Update RPM output path assumptions from
/usr/src/...to/root/rpmbuild/...for Azure Linux 4.0 build output. - Rename Azure Linux artifacts from
*azurelinux3.0*to*azurelinux4.0*in pipeline configuration.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| scripts/release/rpm/README.md | Updates the example RPM extraction path/name for Azure Linux 4.0 output. |
| scripts/release/rpm/pipeline_azurelinux.sh | Updates the example IMAGE comment to Azure Linux 4.0 beta base image. |
| scripts/release/rpm/azurelinux.dockerfile | Moves the default base image to Azure Linux 4.0 beta and updates RPM output paths. |
| azure-pipelines.yml | Updates Azure Linux job names, artifact names, and base image to 4.0 beta. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Azure Linux version is updated from 3.0 to 4.0(beta)
https://github.com/microsoft/azurelinux