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

Support a newer OS in a docker #32

Closed
oleg68 opened this issue Jul 15, 2021 · 1 comment
Closed

Support a newer OS in a docker #32

oleg68 opened this issue Jul 15, 2021 · 1 comment

Comments

@oleg68
Copy link

oleg68 commented Jul 15, 2021

Now the supplied Dockerfile uses CentOs 7 as a base OS.

This OS is quite old and it has glibc 2.17.

It is too difficult to build FoundationDb compatible with such old glibc. For example, the oldest OS supported by the GitHub action runners is Ubuntu 18.04 with glibc 2.27. So the correctness package build on GitHub cannot run in еру joshua container.

I've adopted the supplied DockerFile for CentOs 8. This os comes with glibc 2.28 and can run the correctness package build on GitHub.

I'd like to add
centos8.zip
to the joshua repository. Is it possible? If so, I'll open a PR,

@jzhou77
Copy link
Contributor

jzhou77 commented Dec 7, 2024

#103 changed the base image to Rocky Linux 9.3

@jzhou77 jzhou77 closed this as completed Dec 7, 2024
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

2 participants