[anaconda] - feature installation support for arm64/ aarch64.#1342
Merged
AlvaroRausell merged 17 commits intoAug 12, 2025
Conversation
Mathiyarasy
approved these changes
Jul 18, 2025
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR extends the Anaconda feature to support ARM64/aarch64 architecture and RHEL-based Linux distributions. The main purpose is to broaden the platform compatibility of the devcontainer feature beyond the previously supported x86_64 Debian/Ubuntu systems.
Key Changes
- Added ARM64/aarch64 architecture support to the Anaconda installer
- Extended Linux distribution support to include RHEL-based systems (AlmaLinux, RockyLinux, Fedora)
- Updated Anaconda version from 2021.11 to 2024.10-1 and added security package updates
Reviewed Changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
src/anaconda/install.sh |
Core installation script enhanced with multi-architecture and multi-distro support, package manager detection, and security updates |
src/anaconda/devcontainer-feature.json |
Version bump from 1.0.13 to 1.0.14 |
src/anaconda/README.md |
Updated documentation to reflect new OS support |
test/anaconda/scenarios.json |
Added test scenarios for various Linux distributions |
test/anaconda/*.sh |
Added test scripts for different distributions and architectures |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
AlvaroRausell
suggested changes
Jul 29, 2025
Contributor
Author
|
Hello @AlvaroRausell , Thank you for the detailed review. I have done the corrections. Would you kindly have another look and let me know in case of any further corrections. With Regards, |
AlvaroRausell
approved these changes
Aug 12, 2025
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.
Ref# #1192
Description: The change is mainly done to to extend installation support of anaconda feature to arm64 architecture.
Changelog: The following files files are changed.
Checklist: