Skip to content

feat(quickget): add Azure Linux (3.0) support#1835

Merged
flexiondotorg merged 2 commits intomasterfrom
azurelinux
Jan 25, 2026
Merged

feat(quickget): add Azure Linux (3.0) support#1835
flexiondotorg merged 2 commits intomasterfrom
azurelinux

Conversation

@flexiondotorg
Copy link
Member

Closes #1459

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • I have performed a self-review of my code

- 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>
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

1 issue found across 1 file

Confidence score: 5/5

  • Minor cleanup: get_azurelinux in quickget should declare ISO locally 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 - ensure ISO is scoped locally in get_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>
@flexiondotorg flexiondotorg merged commit 9b54b36 into master Jan 25, 2026
96 of 98 checks passed
@flexiondotorg flexiondotorg deleted the azurelinux branch January 25, 2026 15:45
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.

new-os: Add support for Microsoft Azure Linux 3.0

1 participant