[Packaging] Azure CLI container based on Azure Linux 4.0 - #33850
Open
mansoor sarfraz (msarfraz) wants to merge 4 commits into
Open
[Packaging] Azure CLI container based on Azure Linux 4.0#33850mansoor sarfraz (msarfraz) wants to merge 4 commits into
mansoor sarfraz (msarfraz) wants to merge 4 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
ZelinWang (wangzelin007) and
Yong Zhang (yonzhan)
August 5, 2026 00:51
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure Linux–based Azure CLI container/RPM build pipeline from Azure Linux 3.0 to Azure Linux 4.0 (beta), aligning the Docker build inputs, artifact naming, and documentation with the new base image and RPM output paths.
Changes:
- Switch the Azure Linux base image reference from
mcr.microsoft.com/azurelinux/base/core:3.0tomcr.microsoft.com/azurelinux-beta/base/core:4.0in build assets. - Update RPM output paths for Azure Linux builds to
/root/rpmbuild/RPMS/...to match current rpmbuild output layout. - Rename Azure Linux pipeline matrix labels and artifact names from
3.0to4.0for consistency.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| scripts/release/rpm/README.md | Updates the Azure Linux RPM extraction example to the Azure Linux 4.0 RPM name and rpmbuild output path. |
| scripts/release/rpm/pipeline_azurelinux.sh | Updates the inline guidance/example base image reference for Azure Linux builds to 4.0 beta. |
| scripts/release/rpm/azurelinux.dockerfile | Updates the default base image and adjusts expected/copied RPM output paths for Azure Linux 4.0. |
| azure-pipelines.yml | Updates Azure Linux pipeline jobs to use the 4.0 beta image and renames related artifacts from 3.0 to 4.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Thomas Temby (thomas-temby)
previously approved these changes
Aug 5, 2026
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