-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
Update ubuntu version from 18.04 to 22.04 #215
Comments
I agree, it's time. We're gonna need to sort out which dependencies are needed for 20.04 or 22.04. Ideally the latter, but also depending on what the requirements of Unity Editor are. |
Latter is good. Anything I can help with (e.g. which dependencies to look into)? I need it for my CI and I'd rather not have a custom image. |
Sure. First of all, it's important to understand how to iterate quickly. You can build images locally by following instructions in DEVELOPMENT.md
If any good changes were made that are also useful for other platforms:
Once done, we'd have to do a major version bump for the images, so that old installations don't automatically start failing. |
Context
Ubuntu 18.04 has reached end of life.
Suggested solution
Ubuntu images should be upgraded to the latest LTS version, 22.04.
Considered alternatives
Additional details
Vulkan doesn't work out of the box in ubuntu:18.04 image.
The text was updated successfully, but these errors were encountered: