-
Notifications
You must be signed in to change notification settings - Fork 327
Update Ubuntu from focal (20.04) to jammy (22.04) #932
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
Conversation
Signed-off-by: Takuya Noguchi <[email protected]>
Signed-off-by: Takuya Noguchi <[email protected]>
👎 👎 Is an upgrade of Ubuntu between major versions really so trivial it can be done with a PR and no testing in deployment by customers? I don't know, which is why I'm asking. It's not simply the Linux kernel - it's also all the mainstream repositories holding binaries and development headers and libraries. What happened the last time Gitpod upgraded Ubuntu versions? (Or has it ever?) Couldn't it mean, for example, that lots of customers will now have .gitpod.yml start tasks and custom Dockerfiles that won't build because the upstream apt repos are different? Shouldn't there at a minimum be a "legacy" workspace-base maintained, with perhaps a different name such as workspace-base-20.04, so that customers can at least try to recover their old build environment? Perhaps the entire stack of different workspace images (or at a minimum, a Perhaps a better approach would be to build the entire stack of images (Is there a design document - that I'm not privy too - that goes into the risks/benefits? Has anyone checked to see what competitor cloud development services do to upgrade the base system - or discovered that they know there are no problems?) Seems like there's potential for making the customer experience very destabilizing! The base PR #814 has no discussion of this itself but defers to #810 which only discusses it from Gitpod's internal point-of-view, not anything the customer might experience. Yet note that even #814 has this comment pointing to at least one problem in someone else's dockerfile when upgrading to 22.04 so who knows what will happen to actual customers with their workspaces???
(Gitpod stability being already a concern of customers means this upgrade should _not be taken lightly. And I believe that this upgrade is a customer-facing decision that has the potential to destabilize things, and none of the predecessor PRs have a discussion of the tradeoffs from the customer POV nor do they point to an internal document (which I have no access to) that would discuss it for Gitpodders. It's a tough engineering (and product planning) problem for Gitpod, not something that can just be pushed to production someday to see how it shakes out.) |
I agree, it's not trivial. It's a shame that GitPod didn't make an image available earlier so users could begin trying it. For example GitHub actions made 22.04 available for beta testing originally in April before making it Generally Available in August. It will replace their default CI runner in the near future, at which point 20.04 will have to be opt-in. But Ubuntu 22.04 is here, it's LTS, and soon it will be default in GitHub CI. That means (at least for me) it will be a problem if I cannot easily use it when I open any repository on GitHub with GitPod (i.e., not requiring custom configuration). |
I’d be happy to try it out, if I had the opportunity, even if for the time being it would be the base Gitpod image, created manually and not yet automatically as that will probably require modifications to the way the images are built.
It would also allow users to peg their workspaces, which is great at preventing unwanted changes from happening and ruining the experience. |
Closing in favor of #1017 |
Attempting to revive #814 by @tnir.