aws / aws/aws-codedeploy-agent
CodeDeploy Agent installation fails on Ubuntu 26.04 LTS due to Ruby 3.3 incompatibility
- Dominant language
- Rust
- Stars
- 337
- Forks
- 195
- Avg merge
- 10h 54m
- Merged PRs (30d)
- 4
Description
The AWS CodeDeploy Agent cannot be installed on Ubuntu 26.04 LTS due to Ruby version dependency constraints. The agent currently supports Ruby versions up to 3.2, but Ubuntu 26.04 ships with Ruby 3.3 as the default version.
## Environment
- **OS:** Ubuntu 26.04 LTS (Resolute Raccoon)
- **Ruby Version:** 3.3 (default system version)
- **Installation Method Attempted:** Both installer script and direct .deb package installation
## Issue Details
When attempting to install the CodeDeploy agent, the installation fails with unmet dependency errors
## Request
Please add support for Ruby 3.3 in the CodeDeploy agent to enable compatibility with Ubuntu 26.04 LTS.
Contributor guide
Assessment
This issue has not been assessed yet.