Skip to content

chore(mock-core-configs): update azl4 mock configs to point at PMC#17087

Open
reubeno wants to merge 1 commit intotomls/base/mainfrom
users/reubeno/update-mock-configs
Open

chore(mock-core-configs): update azl4 mock configs to point at PMC#17087
reubeno wants to merge 1 commit intotomls/base/mainfrom
users/reubeno/update-mock-configs

Conversation

@reubeno
Copy link
Copy Markdown
Member

@reubeno reubeno commented May 8, 2026

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-dev repos, 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.

Updates mock-core-configs mock config for Azure Linux 4 to point to
Beta repos on packages.microsoft.com.
@reubeno reubeno force-pushed the users/reubeno/update-mock-configs branch from 1d488a6 to 40de36a Compare May 8, 2026 05:01
@reubeno reubeno marked this pull request as ready for review May 8, 2026 22:05
Copilot AI review requested due to automatic review settings May 8, 2026 22:05
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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 enable gpgcheck.
  • Bump the rendered mock-core-configs spec Release.
  • 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
gpgcheck=0
name=Azure Linux $releasever - $basearch - Base
baseurl=https://packages.microsoft.com/azurelinux/4.0/beta/base/$basearch
gpgcheck=1
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

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
Copy link
Copy Markdown
Collaborator

@christopherco christopherco May 9, 2026

Choose a reason for hiding this comment

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

question: what about repo_gpgcheck? Should it be enabled as well?

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.

3 participants