-
Notifications
You must be signed in to change notification settings - Fork 470
[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]>
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: