feat(quickget): add Azure Linux (3.0) support#1835
Merged
flexiondotorg merged 2 commits intomasterfrom Jan 25, 2026
Merged
Conversation
- Add os_info() case entry with a description for Azure Linux - Add Azure Linux to os_support() list - Implement releases_azurelinux() returning "3.0" - Implement arch_azurelinux() returning "amd64 arm64" - Implement get_azurelinux() using stable aka.ms download URLs: - https://aka.ms/azurelinux-3.0-x86_64.iso - https://aka.ms/azurelinux-3.0-aarch64.iso Fixes #1459 Signed-off-by: Martin Wimpress <martin@wimpress.org>
Contributor
There was a problem hiding this comment.
1 issue found across 1 file
Confidence score: 5/5
- Minor cleanup:
get_azurelinuxinquickgetshould declareISOlocally to avoid leaking a global value, but impact is low and easy to fix. - Overall risk remains low because the issue is low severity (3/10) with limited user impact.
- Pay close attention to
quickget- ensureISOis scoped locally inget_azurelinux.
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="quickget">
<violation number="1" location="quickget:2015">
P3: Declare ISO as a local variable in get_azurelinux to avoid leaking a global ISO value into the rest of the script.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
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.
Closes #1459
Type of change
Checklist: