-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add support for Ubuntu 22.04 #81
Comments
This is an obvious need. 22.04 is the current LTS release of Ubuntu. Is there any instructions on how to build a custom base image that will work with Image Builder? |
We need to move to Ubuntu 22.04 sooner than later to reap performance benefits over Ubuntu 20.04 without having to go to unsupported third-party repos. For example, Python 3.10 is tracked by 22.04 and offers 50-60% speedups over Python 3.8 which is the latest tracked by Ubuntu 20. We are considering working around this issue by adding the deadsnakes repo but the deadsnakes team themselves advise against it in a production setting because they have no mission to keep up with security updates. Our other alternative would be to build newer versions ourselves and maintain them solo, which is understandably quite messy. |
Looks like Ubuntu 22 images are now available:
|
I noticed Ubuntu 22.04 is still not a pulldown option in the Parallelcluster 3.5 GUI. Not sure if that's expected or not. |
Hi @gns-build-server, yes this is expected, having Ubuntu 22 support on ImageBuilder is a required condition to enable it in ParallelCluster but it's not enough, we need to adapt ParallelCluster cookbook recipes and CLI code to fully enable it. Please continue to follow aws/aws-parallelcluster#4060 Thanks |
This issue should be closed as Ubuntu 22.04 is shown as supported in the docs as well: https://docs.aws.amazon.com/imagebuilder/latest/userguide/what-is-image-builder.html#image-builder-os |
1 similar comment
This issue should be closed as Ubuntu 22.04 is shown as supported in the docs as well: https://docs.aws.amazon.com/imagebuilder/latest/userguide/what-is-image-builder.html#image-builder-os |
EC2 Image Builder support for Ubuntu 22.04 managed image is available (since end of March 2023) |
Community Note
Tell us about your request
What do you want us to build?
Currently there are images for Ubuntu LTS 16.04, 18.04, 20.04, but not 22.04
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
What outcome are you trying to achieve, ultimately, and why is it hard/impossible to do right now? What is the impact of not having this problem solved? The more details you can provide, the better we'll be able to understand and solve the problem.
Are you currently working around this issue?
How are you currently solving this problem?
We aren't currently working around it, but it would be nice to have these for running in our CI
Additional context
Anything else we should know?
Attachments
If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)
The text was updated successfully, but these errors were encountered: