chore(mock-core-configs): update azl4 mock configs to point at PMC#17087
Open
reubeno wants to merge 1 commit intotomls/base/mainfrom
Open
chore(mock-core-configs): update azl4 mock configs to point at PMC#17087reubeno wants to merge 1 commit intotomls/base/mainfrom
reubeno wants to merge 1 commit intotomls/base/mainfrom
Conversation
Updates mock-core-configs mock config for Azure Linux 4 to point to Beta repos on packages.microsoft.com.
1d488a6 to
40de36a
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Azure Linux 4 mock-core-configs to use packages.microsoft.com (PMC) Azure Linux 4.0 beta repositories instead of the prior blob-storage URLs, aligning mock chroots with the intended Beta repo layout.
Changes:
- Switch AZL4 mock template repo baseurls to
https://packages.microsoft.com/azurelinux/4.0/beta/...and enablegpgcheck. - Bump the rendered
mock-core-configsspecRelease. - Refresh the component lock input fingerprint.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| specs/m/mock-core-configs/mock-core-configs.spec | Rendered spec updated (Release bump). |
| specs/m/mock-core-configs/azure-linux-4.tpl | Rendered AZL4 mock dnf configuration updated for PMC beta repos + gpgcheck. |
| locks/mock-core-configs.lock | Updates the lock input fingerprint after config/template changes. |
| base/comps/mock-core-configs/azure-linux-4.tpl | Source AZL4 mock template updated for PMC beta repos + gpgcheck. |
Comment on lines
41
to
+50
| [azurelinux-base] | ||
| name=Azure Linux Base $releasever $basearch | ||
| baseurl=https://stcontroltowerdevjwisitg.blob.core.windows.net/alpha2-prod/base/$basearch | ||
| gpgcheck=0 | ||
| name=Azure Linux $releasever - $basearch - Base | ||
| baseurl=https://packages.microsoft.com/azurelinux/4.0/beta/base/$basearch | ||
| gpgcheck=1 | ||
| enabled=1 | ||
|
|
||
| [azurelinux-build-deps] | ||
| name=Azure Linux Additional Build Dependencies $releasever $basearch | ||
| baseurl=https://stcontroltowerdevjwisitg.blob.core.windows.net/alpha2-prod/sdk/$basearch | ||
| gpgcheck=0 | ||
| name=Azure Linux $releasever - $basearch - Additional Build Dependencies | ||
| baseurl=https://packages.microsoft.com/azurelinux/4.0/beta/sdk/$basearch | ||
| gpgcheck=1 |
Comment on lines
8
to
11
| Name: mock-core-configs | ||
| Version: 44.1 | ||
| Release: 4%{?dist} | ||
| Release: 5%{?dist} | ||
| Summary: Mock core config files basic chroots |
christopherco
requested changes
May 9, 2026
| gpgcheck=0 | ||
| name=Azure Linux $releasever - $basearch - Base | ||
| baseurl=https://packages.microsoft.com/azurelinux/4.0/beta/base/$basearch | ||
| gpgcheck=1 |
Collaborator
There was a problem hiding this comment.
issue: since this is turning on gpgcheck, we'll need gpgkey= set as well
| name=Azure Linux $releasever - $basearch - Base | ||
| baseurl=https://packages.microsoft.com/azurelinux/4.0/beta/base/$basearch | ||
| gpgcheck=1 | ||
| enabled=1 |
Collaborator
There was a problem hiding this comment.
question: what about repo_gpgcheck? Should it be enabled as well?
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.
Updates mock-core-configs mock config for Azure Linux 4 to point to Beta repos on packages.microsoft.com.
We could alternatively have this first point to
azl4-devrepos, but since internal team members are not using this for regular testing, I'm proposing that we go right ahead and get this ready for what it should look like for Beta.