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

VS Code warns "foundationdb/devel:centos7-latest" is unsupported Dev Container #11613

Open
mdempsky opened this issue Aug 28, 2024 · 5 comments

Comments

@mdempsky
Copy link

  1. Open foundationdb source checkout in VS Code.
  2. Click "Reopen in Container". [In the popup window that mentions the Dev Container configuration.]

VS Code then warns me "You are about to connect to an OS version that is unsupported by Visual Studio Code." and includes a "Learn More" button referencing https://code.visualstudio.com/docs/remote/faq#_can-i-run-vs-code-server-on-older-linux-distributions

It seems that foundationdb/devel:centos7-latest is too old and will stop working in 6 months (February 2025):

"image": "foundationdb/devel:centos7-latest",

@mdempsky
Copy link
Author

Specifically, the supported OS conditions that VS Code cares about are "glibc >= 2.28 and libstdc++ >= 3.4.25".

@gm42
Copy link
Collaborator

gm42 commented Aug 28, 2024

Related: FoundationDB/fdb-build-support#25

@jzhou77
Copy link
Contributor

jzhou77 commented Aug 28, 2024

Looks like the Docker file is ready https://github.com/FoundationDB/fdb-build-support/blob/main/docker/rockylinux9/Dockerfile. However, we haven't published the image to Docker Hub yet. I'll discuss with @xis19 about it.

@CleverAkanoa
Copy link

Hello,

We encounter the same issue than other regarding the obsolescence of the glibc (quite hard to properly upgrade it from the centos7:latest image).

Do you know when the image release is planned @xis19 .

@xis19
Copy link
Collaborator

xis19 commented Oct 23, 2024

Let's target the image release before EOY.

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

No branches or pull requests

5 participants