Skip to content
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

Dockerfile Ubuntu version bump #2877

Closed
ChadBailey opened this issue Sep 3, 2022 · 5 comments · Fixed by #2882
Closed

Dockerfile Ubuntu version bump #2877

ChadBailey opened this issue Sep 3, 2022 · 5 comments · Fixed by #2882

Comments

@ChadBailey
Copy link

FROM ubuntu:18.04

The latest version of Ubuntu LTS was 20.04 when this update was made, and now it's 22.04. Could the version be bumped without ill-effect?

I ask because I nearly immediately dismissed nvm as being unmaintained when I saw this before realizing it does receive regular updates. I realize this is an unreasonable conclusion, I just wanted to explain why I bothered opening this.

@ljharb
Copy link
Member

ljharb commented Sep 3, 2022

cc @PeterDaveHello to update it?

@PeterDaveHello
Copy link
Collaborator

I'll take a look into it.

@PeterDaveHello
Copy link
Collaborator

Just notice that there's problem to build the image right now, because nodejs 18 requires glibc 2.28 but Ubuntu 18.04 doesn't have it, I know that there're still some software doesn't support Ubuntu 22.04, maybe just update to Ubuntu 20.04 and do another update later?

@ChadBailey
Copy link
Author

2 years old is 2x better than 4 years old (I did the math haha)

I'm assuming you all already know this, but for the benefit of the casual observer - Ubuntu LTS versions are based on the year they were released and are released every 2 years. So Ubuntu 18.04 was 2018, 20.04 was 2020 and so on.

@PeterDaveHello
Copy link
Collaborator

Here we go 👉 #3078

ljharb pushed a commit to PeterDaveHello/nvm that referenced this issue Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants