feat: add SIG image config for initial 26.04 minimal distros#8792
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates AgentBaker’s Linux SIG distro/catalog configuration to introduce initial Ubuntu 26.04 minimal (Gen2) distros and removes Ubuntu 22.04 minimal distro/config entries that are described as unused/deprecated. These changes are centered in the pkg/agent/datamodel layer, which drives how the AgentBaker service reasons about supported distros and their SIG image definitions.
Changes:
- Added new distro constants for Ubuntu 26.04 minimal containerd (Gen2, amd64 + arm64) and included them in the “available on VHD” list.
- Added SIG image config templates and distro availability lists for Ubuntu 26.04 minimal and removed the corresponding Ubuntu 22.04 minimal templates/entries.
- Updated SIG config unit tests to reflect the new maintained image config map expectations.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| pkg/agent/datamodel/types.go | Adds 26.04 minimal distro constants and includes them in the VHD-available distro list, removing 22.04 minimal entries. |
| pkg/agent/datamodel/sig_config.go | Introduces 26.04 minimal distro availability and SIG templates; removes 22.04 minimal SIG templates and references. |
| pkg/agent/datamodel/sig_config_test.go | Updates maintained SIG config map expectations and cloud spec assertions for the new 26.04 minimal distros. |
zachary-bailey
approved these changes
Jul 2, 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.
What this PR does / why we need it:
add SIG image config for initial 26.04 minimal distros - note that this PR also removes all config related to unused/deprecated 2204 minimal distros
Which issue(s) this PR fixes:
Fixes #