aws / aws-codedeploy-agent

Host Agent for AWS CodeDeploy
https://aws.amazon.com/codedeploy
Apache License 2.0
328 stars 188 forks source link

Support for Ubuntu 22.04 / ruby 3.x #319

Closed sebastianreloaded closed 2 years ago

sebastianreloaded commented 2 years ago

The codedeploy agent still needs ruby 2.x: https://github.com/aws/aws-codedeploy-agent/blob/a724d586f0934a0e3d78f40c7bb83ec285730633/bin/install#L215-L217

Ubuntu 22.04 only support ruby 3.x and OpenSSL 3.0. This also means it is not possible to install ruby 2.x on Ubuntu 22.04.

So atm there is no way to use Ubuntu 22.04 on AWS with codedeploy.

mwjones-aws commented 2 years ago

Hi, resolving as duplicate of https://github.com/aws/aws-codedeploy-agent/issues/301

We'll track this issue there.

RodrigoAlejandroBP commented 2 years ago

Still no news on this?