-
Notifications
You must be signed in to change notification settings - Fork 475
[anaconda] - feature installation support for arm64/ aarch64. #1342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[anaconda] - feature installation support for arm64/ aarch64. #1342
Conversation
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
…copilot Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]>
src/anaconda/README.md
Outdated
This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed. | ||
|
||
Also RHEL based linux distributions such as almalinux, rockylinux, fedora are supported now. | ||
Please do note that Alpine and cbl-mariner aren't supported due system level restrictions with the anaconda installer in alpine linux and `groupadd`, `usermod`, `awk` commands not being supported in mariner. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would turn this into a bullet-point list, just add a note about alpine and mariner, but not going into too much detail
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have made some changes and updated Notes.md
as well. Kindly let me know in case of further corrections required.
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, |
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: